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.

GitHub

379 stars
16 watching
60 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nikomatsakis/lalrpop A Rust-based parser generator framework designed to simplify the process of creating parsers 1
alex-sherman/deco A Python library that simplifies parallel computing by automatically dividing work into concurrent tasks and synchronizing their execution. 1,573
olofk/ipyxact A tool that generates code and documentation from IP-XACT files 125
bllip/bllip-parser A statistical natural language parser used to generate grammatically correct sentences from unstructured text input. 227
pointlander/peg A tool for generating parsers from parsing expression grammars using the Packrat parser generator 1,028
zevv/npeg A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings 332
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 67
scymtym/esrap A parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates. 79
neogeny/tatsu A tool for generating Python parsers from grammars in a variation of EBNF 410
alexflint/go-arg Provides a structured approach to parsing command-line arguments in Go 2,046
thephpleague/uri A PHP library for manipulating and parsing URIs according to various standards 1,045
uplinkcoder/fancypars-lite A fast parser generator tailored to support transcompilers, with a custom grammar format requiring additional documentation. 5
pwil3058/dunnart A tool for generating LALR(1) parsers from a specification language 14
haskell/happy A tool for generating parsers from regular expressions in Haskell. 292
b3b00/csly A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. 377