- Python3
- Clone the repo
- Go into the folder
- Execute from the command line:
pip install -r requirements.txt
- Go into the folder
- Execute from the command line:
python main.py
- Dice notation on Wikipedia
- Lark's documentation. This tool is used for the lexer and parser to generate an AST (Abstract Sintax Tree) from a given grammar
- A related youtube tutorial
- A similar open source project