goodmami / peLinks
Fastest general-purpose parsing library for Python with a familiar API
☆48Updated 3 months ago
Alternatives and similar repositories for pe
Users that are interested in pe are comparing it to the libraries listed below
Sorting:
- Compares Python's text parsing libraries☆25Updated 3 years ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated 2 months ago
- PEG parser generator for Python☆181Updated 9 months ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated last year
- Advanced macro expander and language lab for Python.☆68Updated 5 months ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆430Updated this week
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆282Updated 2 weeks ago
- Write compiled bytecode inline with pure Python. 🤖☆80Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆197Updated last week
- A python package for grapheme aware string handling☆115Updated 3 years ago
- Annotate Python AST trees with source text and token information☆188Updated last month
- Utilities for run-time type validation and multiple dispatch☆171Updated last month
- Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/☆83Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- register-based CPython☆46Updated 2 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Python Parser☆121Updated last year
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Easy and elegant parser combinators for Python. With awesome docs.☆407Updated 3 weeks ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers i…☆34Updated 12 years ago
- Extend Python syntax with HTML.☆89Updated 5 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getter…☆38Updated 4 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- ASDL parser☆20Updated 2 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Declarative instrumentation for Python.☆91Updated 2 months ago