Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 269 Bytes

CanvasCompiler

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