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

Implement an API for users to define their own scripting languages. #8

Open
willnationsdev opened this issue Mar 23, 2019 · 0 comments

Comments

@willnationsdev
Copy link
Owner

This involves integrating peglib as a thirdparty library via NativeScript. With it, someone can just assign a String to it to generate an internal grammar and then call methods on the parser that will parse text according to the described grammar.

This will then make it much easier for people to devise their own scripting languages for integrations like Twine/Harlowe, Ink, RenPy, Markdown/Fountain, etc.

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

1 participant