Lua Interpreter
After about 700 lines of code, a few days, and errors, I've finshed a Lua interpreter that implements the basics of Lua. Things that I plan to add later:
- hashtables
require
s
After about 700 lines of code, a few days, and errors, I've finshed a Lua interpreter that implements the basics of Lua. Things that I plan to add later:
require
s
Oh my-
Nice job