You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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."
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.
The text was updated successfully, but these errors were encountered: