yasserglez / pytiger2c

A compiler for the Tiger programming language written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTiger2C

Build Status

A compiler for the Tiger programming language written in Python.

Tiger is an Algol-like programming language outlined in the book Modern Compiler Implementation in Java/ML/C by Andrew W. Appel. PyTiger2C translates a Tiger program into a C program that can be then compiled to create an executable for an specific platform.

The project was created by Yasser González Fernández and Ariel Hernández Amador as the final assignment of an undergraduate course on language theory and compiler construction for Computer Science students taught at the University of Havana, Cuba. The project documentation is written in Spanish.

About

A compiler for the Tiger programming language written in Python

License:MIT License


Languages

Language:Python 99.0%Language:C 1.0%