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

381 stars
16 watching
60 forks
Language: Python
last commit: almost 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,574
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 An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. 1,018
zevv/npeg A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings 329
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 68
scymtym/esrap A parser generator tool for building Common Lisp parsers with efficient parsing and error reporting capabilities. 78
neogeny/tatsu A tool for generating Python parsers from grammars in a variation of EBNF 408
alexflint/go-arg Provides a structured approach to parsing command-line arguments in Go 2,039
thephpleague/uri A PHP library for manipulating and parsing URIs according to various standards 1,034
uplinkcoder/fancypars-lite A fast parser generator tailored for 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. 290
b3b00/csly A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax 374