Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 391 Bytes

Poodle Programming Language

CONTRIBUTING

Dependencies

pip3 install -r requirements.txt

How to run the compiler

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.