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 4 months ago
- PEG parser generator for Python☆183Updated 10 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 3 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☆52Updated last year
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 years ago
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Python Parser☆121Updated last year
- A small python based build file generator targetting the build system ninja☆45Updated 8 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Pure-python C and assembler compiler☆54Updated 10 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
- Partial evaluation of Python code☆22Updated 2 years ago
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆17Updated 4 years ago
- non-backtracking NFA-based regular expression library, for C and Python☆61Updated 5 years ago
- Make implemented in pure Python☆72Updated last year
- Annotate Python AST trees with source text and token information☆189Updated last month
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆45Updated 2 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆284Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆195Updated 2 weeks ago
- A compiler for a simple language, built with Python and LLVM☆100Updated 5 years ago
- WebAssembly interpreter in RPython☆66Updated 6 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…☆52Updated 7 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- An incomplete stackless interpreter of Python bytecode, written in Rust.☆81Updated 2 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago