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
Some of the source code of the generated files could be split to a runtime library. This should remain optional/it has to be easy to ship the runtime with any other package using generated parsers.
An extension module runtime library would also allow speeding up the parser transparently, where available (perhaps we would have to get the lex/parse-tables out of the python data structures for more efficient access).
We should also think about cleaner design of the Lexer and Parser classes and extensibility.
The text was updated successfully, but these errors were encountered:
First work on this is done. We loose some options, but the changes have not been propagated to main.py, standalone mode has to be implemented where the entire runtime is copied to the output file
Some of the source code of the generated files could be split to a runtime library. This should remain optional/it has to be easy to ship the runtime with any other package using generated parsers.
An extension module runtime library would also allow speeding up the parser transparently, where available (perhaps we would have to get the lex/parse-tables out of the python data structures for more efficient access).
We should also think about cleaner design of the Lexer and Parser classes and extensibility.
The text was updated successfully, but these errors were encountered: