/Interpreter

This is an interpreter that will parse a Lua program an be executed in Java

Primary LanguageJava

There are three parts to this project, each one written in different languages.

  1. Lexical Analyzer : C
  2. Lexical Analyzer + Parser: C++
  3. Lexical Analyzer + Parser + Interpreter: Java

The 3rd part of this project will take a Lua source code file and interpret it in Java.