-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
Currently the "demo" simply runs a single Lua file and stops. This provides a good starting point for actual applications, but really belongs in a tutorial, not in its own project. Instead, we should have a REPL (read, eval, print, loop) program that most Lua programs use. This will involve allowing expressions to be used by themselves (see #6).
Reactions are currently unavailable