pip3 install -r requirements.txt
python3 poodle.py
- shows help menu
python3 poodle.py --source lang/test.lang
- runs the compiler on test.lang
Some sample codes are given in the lang file.
Code snippets coming soon.