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
.zipfile.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.pyYou can also specify the file to run:
python hivar.py tests/helloWorld.txtand see the output in the terminal.
Made with love by
Roberta González Garza A01570010
Mariano García Alipi A00822247