Skip to content

poodlepl/poodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.