Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

writing-interpreters

  1. Sink

    Lua How would I go about writing an Interpreter in Lua?

    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 =...
Back
Top Bottom