Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 349 Bytes

An implementaion of mini-Lua

This is a homework for functional programming course.

License: LGPL for implementation code + WTFPL for test examles in Lua

Author: Aleksandr Lekomtsev, [email protected]

Features done:

  • Parser of mini-Lua
    • basic statements and expressions
  • Interpreter
    • while, if, functions declaring, expressions