rocky / python-sparkLinks
An Earley-Algorithm Context-free grammar Parser Toolkit
☆49Updated last year
Alternatives and similar repositories for python-spark
Users that are interested in python-spark are comparing it to the libraries listed below
Sorting:
- ☆71Updated 2 weeks ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated last year
- Yet Another Python Parser System☆51Updated 6 years ago
- ANTLR 4 examples in Python☆39Updated 9 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated 2 weeks ago
- Python Meta Programming☆147Updated 3 years ago
- Extension to ast that allow ast -> python code generation.☆79Updated 8 years ago
- A list of Python parsing tools☆117Updated 5 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Python to JavaScript translator☆140Updated 12 years ago
- Python Abstract Syntax Tree viewer in Qt☆105Updated 3 years ago
- Regular expression engine in Python using Thompson's algorithm.☆114Updated 5 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 9 years ago
- LLVM compiler for python based on py2llvm☆136Updated 10 years ago
- Materials for "Exploring the Python AST ecosystem"☆17Updated 7 years ago
- A succinct, pythonic parser + translator solution☆103Updated 6 years ago
- A dynamic programming toolkit.☆39Updated 11 years ago
- A generic AST generator for parser development.☆33Updated 6 years ago
- face Python bytecode metaprogramming API fork☆71Updated 5 years ago
- Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since th…☆403Updated 10 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆49Updated 7 months ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago
- Python AST that abstracts the underlying Python version☆146Updated last month
- Pyrolog: A Prolog interpreter written in Python using the PyPy translator toolchain. Clone of https://bitbucket.org/cfbolz/pyrolog☆24Updated 11 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- Bare essentials for building abstract syntax trees, and skeleton classes for PLY lexers and parsers.☆18Updated 7 months ago
- C Python, made faster.☆344Updated 10 years ago
- Relational Algebra Interpreter writting in Python and Qt☆32Updated 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