goodmami / python-parsing-benchmarksLinks
Compares Python's text parsing libraries
☆24Updated 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☆45Updated 3 weeks ago
- PEG parser generator for Python☆177Updated 7 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated this week
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆142Updated 10 months ago
- An AST for Python code generation, in Python☆30Updated last month
- A library implementing C++'s custom literal suffixes using pure Python.☆35Updated 8 months ago
- Safely evaluate AST nodes without side effects☆45Updated 11 months ago
- Jinxed Terminal Library☆9Updated 2 months ago
- Python Parser☆121Updated last year
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 years ago
- Grammars suitable for lark parser and Hypothesis☆48Updated last year
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- Make implemented in pure Python☆72Updated last year
- Cython PyParsing implementation.☆30Updated 8 months ago
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- Annotate Python AST trees with source text and token information☆183Updated 3 weeks ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- A Python REPL the way I like it☆49Updated last week
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 4 years ago
- Capture the outcome of Python function calls☆34Updated 3 months ago
- Generalized nested html element tree with recursive rendering☆36Updated 2 years ago
- Utilities for run-time type validation and multiple dispatch☆168Updated 4 months ago
- ☆45Updated 10 months ago
- Extend Python syntax with HTML.☆89Updated 4 years ago
- Write compiled bytecode inline with pure Python. 🤖☆77Updated 10 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
- A python library to parse JSON with js-style comments.☆40Updated 4 years ago
- Advanced macro expander and language lab for Python.☆67Updated 3 months ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 10 months ago
- Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers i…☆34Updated 12 years ago