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

Scripting language #1

Open
4 of 5 tasks
rbrich opened this issue Oct 20, 2019 · 1 comment
Open
4 of 5 tasks

Scripting language #1

rbrich opened this issue Oct 20, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request xci-script

Comments

@rbrich
Copy link
Owner

rbrich commented Oct 20, 2019

Make the scripting language actually usable for scripting:

  • implement sort - hard with the current functional logic
  • bindings - call custom C++ functions from the script ([script] Native functions #6)
  • bytecode files - save compiled module to a file, load it back later ([script] Module serialization #53)
  • Interpreter object with ability to run arbitrary code, call back to C++ and return result
  • add to README
@rbrich rbrich added the enhancement New feature or request label Oct 20, 2019
@rbrich rbrich self-assigned this Oct 20, 2019
@rbrich
Copy link
Owner Author

rbrich commented Jan 11, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request xci-script
Projects
None yet
Development

No branches or pull requests

1 participant