goodmami / python-parsing-benchmarksLinks
Compares Python's text parsing libraries
☆25Updated 3 years ago
Alternatives and similar repositories for python-parsing-benchmarks
Users that are interested in python-parsing-benchmarks are comparing it to the libraries listed below
Sorting:
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 2 months ago
- 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
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- Pure-python C and assembler compiler☆54Updated 10 years ago
- Python 3 AST unparser with type comments support.☆31Updated 5 years ago
- Write compiled bytecode inline with pure Python. 🤖☆80Updated last year
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆47Updated 2 months ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆51Updated 6 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 years ago
- non-backtracking NFA-based regular expression library, for C and Python☆61Updated 4 years ago
- Python Parser☆121Updated last year
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆46Updated 2 months ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated last year
- A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getter…☆38Updated 4 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆282Updated last week
- A programming language.☆21Updated 8 years ago
- Annotate Python AST trees with source text and token information☆187Updated 2 weeks ago
- Pretty print the output of python stdlib `ast.parse`.☆197Updated last month
- A tiny, zero-dependency replacement for Python's zipfile.ZipFile for creating reproducible/deterministic ZIP archives.☆17Updated last month
- Make implemented in pure Python☆72Updated last year
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆429Updated 2 months ago
- ASDL parser☆20Updated 2 years ago
- Utilities for run-time type validation and multiple dispatch☆170Updated last month