LuaCSP icon indicating copy to clipboard operation
LuaCSP copied to clipboard

REPL

Open Bazmundi opened this issue 8 years ago • 1 comments

Is there a chance of a REPL version?

Bazmundi avatar Dec 14 '17 11:12 Bazmundi

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.

loyso avatar Sep 15 '18 03:09 loyso