MarianoAlipi / hivar

A toy programming language for the Compiler Design course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%