Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 333 Bytes

Overview

The project is my own solo implementation of the final project for the Formal Langugages and Compilers course at Brno University of Technology, 2009.

Goal was to create an interpreter for fictional imperative programming language IFJ09.

Usage:

$ python3 src/main <ifj09-source-file>

Requirements:

  • Python 3.x