Skip to content

A toy programming language for the Compiler Design course.

License

Notifications You must be signed in to change notification settings

MarianoAlipi/hivar

Repository files navigation

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

About

A toy programming language for the Compiler Design course.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages