Hi, I'm attempting to write an interpreter in Lua, and the first idea was to make it able to run a simple print function. If anyone is able to answer what's wrong, i would appreciate it.
Here is my main code:
nm = require "numbers"
exec = false
function readAll(file)
local f =...