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
Katai Struct is a cross-language parser generator using a declarative config file
Parsita for parsing text. Has better regex support than canopy
Tatsu is another PEG parser, using an EBNF definition
PyParsing helps build PEG parsers, and is currently used by matplotlib for its mathtext support--so it has the benefit of already being indirectly in our dependency tree.
There are some libraries out there that might make our parsing lives easier.
The text was updated successfully, but these errors were encountered: