This commit is contained in:
Yarmo Mackenbach 2024-08-12 10:47:19 +02:00
commit dad77f64ec
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6
6 changed files with 209 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# takentaal
## Commands
```bash
nix develop
antlr4-parse takentaal.g4 takentaal example -tree
antlr4-parse takentaal.g4 takentaal example -tokens
``