You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple compiler built in Python with a graphical output interface
To run a test, use python parser.py followed by a test file written in Canvas. e.g. python parser.py tests/functions/fibonacci.cv
Then run the VM using python virtual_machine.py
About
Simple compiler built in Python with a graphical output interface