LuaCSP
LuaCSP copied to clipboard
REPL
Is there a chance of a REPL version?
Sorry for late answer. Implementing REPL should be very simple. Something similar to https://github.com/loyso/LuaCSP/blob/master/sample/sample.cpp plus REPL from vanilla lua.
Overall, LuaCSP is designed to be embeddable into some domain. The assumption is that an embedder has "a palette" of their domain-specific FSMs, written in C++ and using their C++ "Engine", Render, Animation, Sound etc libraries.
With that in mind, a generic REPL doesn't make much sense.