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 3 months ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated 2 months ago
- PEG parser generator for Python☆181Updated 10 months ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- 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
- Grammars suitable for lark parser and Hypothesis☆51Updated last year
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- 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
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆283Updated 3 weeks ago
- Python 3 AST unparser with type comments support.☆31Updated 5 years ago
- Partial evaluation of Python code☆22Updated 2 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- A small python based build file generator targetting the build system ninja☆45Updated 8 years ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆430Updated last week
- A library implementing C++'s custom literal suffixes using pure Python.☆35Updated 10 months ago
- Write compiled bytecode inline with pure Python. 🤖☆80Updated last year
- Arena allocator for Python objects.☆14Updated 5 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated last year
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆195Updated 2 weeks ago
- Expose CPython's tokenizer as a Python class☆62Updated 5 years ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆348Updated last week
- An AST for Python code generation, in Python☆30Updated last month
- Tools for rapid prototyping of DSL compilers☆86Updated 4 years ago