maxfischer2781 / bootpegLinks
The bootstrapping PEG parser
☆11Updated last year
Alternatives and similar repositories for bootpeg
Users that are interested in bootpeg are comparing it to the libraries listed below
Sorting:
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 2 months ago
- Advanced macro expander and language lab for Python.☆68Updated 4 months ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated last year
- Cython PyParsing implementation.☆32Updated 10 months ago
- Partial evaluation of Python code☆22Updated 2 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated last month
- Programmable, human-readable inlining of Python code☆28Updated 2 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- ☆71Updated 4 years ago
- ☆36Updated 3 weeks ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Utilities for run-time type validation and multiple dispatch☆170Updated last month
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- A lightweight python3 library for arithmetic with real numbers.☆65Updated 7 months ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- A minimal event loop implementation☆11Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆68Updated 3 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Process-independent interface to Linux system calls☆70Updated 3 years ago
- Declarative instrumentation for Python.☆91Updated last month
- Write compiled bytecode inline with pure Python. 🤖☆80Updated last year
- RPython by Example (RPyBE) is a collection of runnable examples that illustrate various RPython concepts and libraries.☆15Updated 3 years ago
- Generic programming library for Python☆61Updated this week
- PEG parser generator for Python☆181Updated 9 months ago
- Extend Python syntax with HTML.☆89Updated 4 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- PRolog Equation Solving System☆29Updated 9 years ago
- Straightforward unification in Python that's extensible via generic functions.☆49Updated 2 weeks 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