goodmami / peLinks
Fastest general-purpose parsing library for Python with a familiar API
☆48Updated 2 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
- PEG parser generator for Python☆181Updated 9 months ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated last month
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated 11 months ago
- Annotate Python AST trees with source text and token information☆187Updated last week
- Write compiled bytecode inline with pure Python. 🤖☆80Updated last year
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆429Updated 2 months ago
- Advanced macro expander and language lab for Python.☆68Updated 4 months ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆282Updated this week
- Utilities for run-time type validation and multiple dispatch☆170Updated last month
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆46Updated 2 months ago
- 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
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- register-based CPython☆45Updated 2 years ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆197Updated 3 weeks ago
- A python package for grapheme aware string handling☆114Updated 3 years ago
- Retrieve information from typeshed and other typing stubs☆30Updated last month
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- ASDL parser☆20Updated 2 years ago
- 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
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated last year
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- ☆285Updated last year
- Python Parser☆121Updated last year
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Easy and elegant parser combinators for Python. With awesome docs.☆404Updated 7 months ago