/hivar

A toy programming language for the Compiler Design course.

Primary LanguagePythonMIT LicenseMIT

Hivar

Hivar is a toy programming language for the compiler design course. It is an object based language made for educational purposes.

Installation

  1. Download and install Python.

  2. Download and install PLY.

  3. Clone this repository or download it as a .zip file.

    git clone https://github.com/MarianoAlipi/hivar.git

Usage

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.

Team

Made with love by

Roberta González Garza A01570010
Mariano García Alipi A00822247