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
The documentation has some common patterns defined, but it would also be useful to have some defined in code. But until there's a feature to add external definitions (e.g., a parameter to pe.compile() or some kind of import syntax within a grammar), these patterns will only be useful for non-parsed grammars using operator primitives.
More inspiration:
Lark has some basics, like digits and whitespace (link)
The documentation has some common patterns defined, but it would also be useful to have some defined in code. But until there's a feature to add external definitions (e.g., a parameter to
pe.compile()
or some kind ofimport
syntax within a grammar), these patterns will only be useful for non-parsed grammars using operator primitives.More inspiration:
The text was updated successfully, but these errors were encountered: