Home

Awesome

Interpreter Lua

Interpreter of part of Lua language working as command line application. Input is file with code written in Lua and this program will check syntax, compile it into intermediate code and then interpret this code.

Program can deal with most common situations like ifs, cycles, variables, expressions, comments, functions and also have internal functions for sorting (Merge sort) and substring localization.

Project was created as part of school course about compilers.

December 2011

Authors