Skip to content

vacmannnn/Lua-interpreter

 
 

Repository files navigation

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, alelekomtsev@gmail.com

Features done:

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

About

Interpreter of Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 86.2%
  • Shell 8.3%
  • Python 5.5%