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☆47Updated 2 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
- PEG parser generator for Python☆179Updated 8 months ago
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- Write compiled bytecode inline with pure Python. 🤖☆79Updated 11 months ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 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
- 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
- Pure-python C and assembler compiler☆54Updated 10 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
- Python Parser☆121Updated last year
- A c-style macro preprocessor written in Python☆148Updated last year
- Annotate Python AST trees with source text and token information☆183Updated 2 months ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 2 weeks ago
- Fork of https://launchpad.net/pycoreutils☆29Updated 3 months ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- convert a python source code into json-dumpable data (dict and lists with strings, ints, ...)☆31Updated 6 months ago
- Expose CPython's tokenizer as a Python class☆62Updated 5 years ago
- A fast RLock implementation for CPython☆30Updated 8 months ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆347Updated last week
- A tiny, zero-dependency replacement for Python's zipfile.ZipFile for creating reproducible/deterministic ZIP archives.☆17Updated last month
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 11 months ago
- Python AST that abstracts the underlying Python version☆146Updated 6 months ago
- Safely evaluate AST nodes without side effects☆46Updated last year
- like shlex, but for windows☆32Updated 10 months ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- Utilities for run-time type validation and multiple dispatch☆170Updated 2 weeks ago