There are three parts to this project, each one written in different languages.
- Lexical Analyzer : C
- Lexical Analyzer + Parser: C++
- Lexical Analyzer + Parser + Interpreter: Java
The 3rd part of this project will take a Lua source code file and interpret it in Java.