-
Notifications
You must be signed in to change notification settings - Fork 1
Add the missing try combinator #53
Copy link
Copy link
Open
Labels
💎 enhancementNew feature or requestNew feature or request🔥 priority:highThis issue should be solved as soon as possibleThis issue should be solved as soon as possible🔨 component:ast/cstAnything related to representing grammars as AST/CST nodesAnything related to representing grammars as AST/CST nodes🔨 component:parserAnything related to generating parsers or maintaining hand-written onesAnything related to generating parsers or maintaining hand-written ones
Milestone
Metadata
Metadata
Assignees
Labels
💎 enhancementNew feature or requestNew feature or request🔥 priority:highThis issue should be solved as soon as possibleThis issue should be solved as soon as possible🔨 component:ast/cstAnything related to representing grammars as AST/CST nodesAnything related to representing grammars as AST/CST nodes🔨 component:parserAnything related to generating parsers or maintaining hand-written onesAnything related to generating parsers or maintaining hand-written ones
We need the
trycombinator if we want to do any real parsing and avoid rewriting grammars in awkward ways.