Hivar is a toy programming language for the compiler design course. It is an object based language made for educational purposes.
-
Download and install Python.
-
Download and install PLY.
-
Clone this repository or download it as a
.zip
file.git clone https://github.com/MarianoAlipi/hivar.git
Add your source files to the tests
folder. There are a few examples included.
Open a terminal and run:
python hivar.py
You can also specify the file to run:
python hivar.py tests/helloWorld.txt
and see the output in the terminal.
Made with love by
Roberta González Garza A01570010
Mariano García Alipi A00822247