-
Notifications
You must be signed in to change notification settings - Fork 633
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
Evaluate chaiscript for expr library #728
Comments
@jolting I've heard many nice things about ChaiScript. Is there a specific application we want to use it for or just integrate it and use it to evaluate string expressions? |
Right now you can embed scripts in ini files for certain classes. chaiscript might be a good replacement for that. Mostly I think the c++ interface is a little nicer. |
@bergercookie right now it's used mainly for some reactive nav configuration files, where some entries are scripts on their own. See for example this). Indirectly it's also used via the |
P.S. ChaiScript is Jason Turner's pet project. https://www.youtube.com/user/lefticus1 |
Oh, and I thought I'd heard of that guy before! |
https://github.com/ChaiScript/ChaiScript
c++14.
Lots of test coverage
Good documentation
Very complete scripting language.
https://codedocs.xyz/ChaiScript/ChaiScript/LangGettingStarted.html
The text was updated successfully, but these errors were encountered: