goodmami / peLinks
Fastest general-purpose parsing library for Python with a familiar API
☆47Updated 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☆24Updated 3 years ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- PEG parser generator for Python☆179Updated 8 months ago
- 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
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆429Updated last month
- Utilities for run-time type validation and multiple dispatch☆169Updated 2 weeks ago
- Advanced macro expander and language lab for Python.☆68Updated 4 months ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated last week
- Annotate Python AST trees with source text and token information☆183Updated last month
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆282Updated 9 months ago
- Write compiled bytecode inline with pure Python. 🤖☆79Updated 11 months ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Retrieve information from typeshed and other typing stubs☆29Updated 3 weeks ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- The bootstrapping PEG parser☆11Updated last year
- A small DSL to write HTML in Python.☆58Updated 6 years 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
- Easy and elegant parser combinators for Python. With awesome docs.☆403Updated 7 months ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 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
- A python package for grapheme aware string handling☆113Updated 3 years ago
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Extend Python syntax with HTML.☆89Updated 4 years ago
- 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 11 months ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters☆53Updated 3 years ago
- Python Parser☆121Updated last year