YoloSwagTeam / ast2json
convert a python source code into json-dumpable data (dict and lists with strings, ints, ...)
☆30Updated 2 months ago
Alternatives and similar repositories for ast2json:
Users that are interested in ast2json are comparing it to the libraries listed below
- Debugger in the Trepan family for x-python☆17Updated 4 months ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- A Python CLI☆24Updated 3 years ago
- An AST-to-code library for Python☆37Updated 7 months ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆40Updated last year
- Cython PyParsing implementation.☆30Updated 6 months ago
- Fusil is a multi-agent Python library used to write fuzzing programs☆14Updated this week
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 13 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆44Updated 2 months ago
- Safely evaluate AST nodes without side effects☆44Updated 9 months ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆41Updated 4 years ago
- Partial evaluation for Python with syntactic sugar☆36Updated 8 years ago
- Python async data processing microframework☆39Updated last year
- A library for tracking program state☆15Updated 8 years ago
- Compares Python's text parsing libraries☆24Updated 3 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 4 years ago
- A Python implementation of the C Python Interpreter☆93Updated 7 months ago
- Operator overloading for fast anonymous functions.☆50Updated last month
- Human-oriented abstract syntax tree (AST) parser/unparser for Python 3 that doesn't discard comments.☆16Updated 5 years ago
- A lightweight python actor framework☆19Updated 9 years ago
- A minimal web non-framework☆23Updated 2 years ago
- Extract semantic information about static Python code☆75Updated last month
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- Advanced macro expander and language lab for Python.☆63Updated this week
- register-based CPython☆45Updated last year
- A Python library that allows you to define abstract properties for dataclasses, bridging the gap between abstract base classes (ABCs) and…☆15Updated 2 months ago
- Python 3 AST unparser with type comments support.☆30Updated 5 years ago
- An AST for Python code generation, in Python☆30Updated 3 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆49Updated 3 weeks ago