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
Output, for example, code in TypeScript. Or maybe even C. 😄
Way to do this as a general solution: output the lexer and parser tables, plus user action code chunks, as an object/JSON file, which can be picked up by a simple postprocessor/template engine, which can then generate said lexer/parser in the user's choice of language.
The alternative is going back to bison and learning M4... 😒
The text was updated successfully, but these errors were encountered:
Output, for example, code in TypeScript. Or maybe even C. 😄
Way to do this as a general solution: output the lexer and parser tables, plus user action code chunks, as an object/JSON file, which can be picked up by a simple postprocessor/template engine, which can then generate said lexer/parser in the user's choice of language.
The alternative is going back to bison and learning M4... 😒
The text was updated successfully, but these errors were encountered: