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

Compile/test ES6/TypeScript/??? action code in jison grammars? #17

Open
GerHobbelt opened this issue Oct 15, 2017 · 3 comments
Open

Compile/test ES6/TypeScript/??? action code in jison grammars? #17

GerHobbelt opened this issue Oct 15, 2017 · 3 comments

Comments

@GerHobbelt
Copy link
Owner

Sideways related to #14: here the challenge is setting up jison so that its internal code generation, code validation and 'live parser' generation logic can cope (= precompile) sources which are not 'vanilla JS', i.e. which are not JavaScript which is supported out of the box on the platform you're currently running jison on.

@GerHobbelt
Copy link
Owner Author

Related: #22

@GerHobbelt
Copy link
Owner Author

Note to self: this issue basically says: "whatever you do, also have a workflow choice where nothing is validated/expected to be 'sensible' JavaScript action code for whatever definition of 'sensible': just copy everything as-is as let the user play entirely their own game. Less precise error discovery and reporting but arbitrary input = arbitrary output, no hold-up or blocking b0rk along the way."

@GerHobbelt
Copy link
Owner Author

Related: #46

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

No branches or pull requests

1 participant