Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPL #2

Open
Bazmundi opened this issue Dec 14, 2017 · 1 comment
Open

REPL #2

Bazmundi opened this issue Dec 14, 2017 · 1 comment

Comments

@Bazmundi
Copy link

Is there a chance of a REPL version?

@loyso
Copy link
Owner

loyso commented Sep 15, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants