dabeaz / plyLinks
Python Lex-Yacc
☆2,922Updated last year
Alternatives and similar repositories for ply
Users that are interested in ply are comparing it to the libraries listed below
Sorting:
- Sly Lex Yacc☆858Updated last year
- A Python implementation of a Python bytecode runner☆1,329Updated last year
- Python library for creating PEG parsers☆2,430Updated last week
- The fastest pure-Python PEG parser I can muster☆1,901Updated last month
- Complete C99 parser in pure Python☆3,449Updated 2 months ago
- Covert ANTLR4 book source code to Python3 version.☆428Updated 2 years ago
- A lightweight LLVM python binding for writing JIT compilers☆2,173Updated last week
- Python AST read/write☆858Updated 10 months ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,866Updated last year
- Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.☆5,666Updated last month
- Lightweight in-process concurrent programming☆1,784Updated last week
- Good Curio!☆4,124Updated last year
- A Python Parser☆662Updated 3 months ago
- C compiler created in Python.☆1,069Updated 4 months ago
- Macros in Python: quasiquotes, case classes, LINQ and more!☆3,302Updated 2 years ago
- A Python module for decorators, wrappers and monkey patching.☆2,242Updated last month
- Let's Build A Simple Interpreter☆1,854Updated 3 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆830Updated 2 weeks ago
- The Stackless Python programming language☆1,051Updated 9 months ago
- A function decorator, that rewrites the bytecode, to enable goto in Python☆1,314Updated 4 years ago
- Python's Filesystem abstraction layer☆2,073Updated 6 months ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆435Updated 2 months ago
- A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree☆1,803Updated 2 weeks ago
- Implementation of the LLVM tutorial in Python using llvmlite