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 parser isn't very good now and should be overhauled. This was always the plan but the current regex based approach was sufficient to continue at the time.
Peg Parser
Change the parser from regex to PEG
Proposal Status: wip
Issue Number: 246
Proposal Doc: peg-parser.md
Overview
The parser isn't very good now and should be overhauled. This was always the plan but the current regex based approach was sufficient to continue at the time.
This will enable:
Packages
parsimonious
pegen
Official parser
Generates parser which can be used to build AST
AST Differences
The text was updated successfully, but these errors were encountered: