rply
Parser generator
A Python parser generator with RPython support, designed to provide a more efficient and flexible alternative to traditional parsing approaches.
An attempt to port David Beazley's PLY to RPython, and give it a cooler API.
379 stars
16 watching
60 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
| A Python library that simplifies parallel computing by automatically dividing work into concurrent tasks and synchronizing their execution. | 1,573 |
| A tool that generates code and documentation from IP-XACT files | 125 |
| A statistical natural language parser used to generate grammatically correct sentences from unstructured text input. | 227 |
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings | 332 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates. | 79 |
| A tool for generating Python parsers from grammars in a variation of EBNF | 410 |
| Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| A PHP library for manipulating and parsing URIs according to various standards | 1,045 |
| A fast parser generator tailored to support transcompilers, with a custom grammar format requiring additional documentation. | 5 |
| A tool for generating LALR(1) parsers from a specification language | 14 |
| A tool for generating parsers from regular expressions in Haskell. | 292 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |