we-like-parsers / pegen
PEG parser generator for Python
☆166Updated 2 months ago
Alternatives and similar repositories for pegen:
Users that are interested in pegen are comparing it to the libraries listed below
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆414Updated last month
- Annotate Python AST trees with source text and token information☆176Updated last month
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆49Updated 2 weeks ago
- Experiments for the official PEG parser generator for Python☆278Updated 10 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆98Updated last year
- Python module to modify bytecode☆306Updated 3 weeks ago
- Pretty print the output of python stdlib `ast.parse`.☆192Updated this week
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆272Updated 3 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆344Updated 3 weeks ago
- Fastest general-purpose parsing library for Python with a familiar API☆44Updated 3 weeks ago
- An AST unparser for Python☆226Updated last year
- Easy and elegant parser combinators for Python. With awesome docs.☆382Updated 3 weeks ago
- Write compiled bytecode inline with pure Python. 🤖☆75Updated 5 months ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆139Updated 5 months ago
- Modified fork of CPython's ast module that parses `# type:` comments☆229Updated last year
- Instant visualization of Python AST and Code Objects☆134Updated 9 months ago
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- Retrieve information from typeshed and other typing stubs☆22Updated last month
- register-based CPython☆45Updated last year
- Python tools, libraries and resources about AST (as in Abstract Syntax Trees)☆91Updated 2 years ago
- Utilities for run-time type validation and multiple dispatch☆162Updated 4 months ago
- Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/☆81Updated last year
- Grammars suitable for lark parser and Hypothesis☆45Updated 10 months ago
- A fast and thorough lazy object proxy.☆253Updated 3 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- generate random python code to test linter/formatter/and other tools☆42Updated last week
- Compares Python's text parsing libraries☆24Updated 3 years ago
- Runtime inspection utilities for Python typing module☆354Updated 6 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 11 years ago
- Set of tools to play with Python AST.☆83Updated 2 years ago