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 5 months ago
- PEG parser generator for Python☆189Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 4 months ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated 2 weeks ago
- Grammars suitable for lark parser and Hypothesis☆53Updated last year
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Pure-python C and assembler compiler☆54Updated 10 years ago
- Simple and clear import hooks for Python - import anything as if it were a Python module☆40Updated 4 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆17Updated 4 years ago
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- An AST for Python code generation, in Python☆33Updated 2 weeks 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
- Python Parser☆122Updated 3 weeks ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Pythonic C-style structs for parsing binary data☆17Updated 3 years ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆42Updated 4 years ago
- A python library to parse JSON with js-style comments.☆41Updated 4 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆50Updated 5 months ago
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆284Updated 2 months 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
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Retrieve information from typeshed and other typing stubs☆29Updated 2 months ago
- Safely evaluate AST nodes without side effects☆49Updated last year
- Experiments for the official PEG parser generator for Python☆281Updated last year
- An incomplete stackless interpreter of Python bytecode, written in Rust.☆81Updated 2 years ago
- A small python based build file generator targetting the build system ninja☆45Updated 8 years ago
- A fast RLock implementation for CPython☆30Updated 11 months ago