lalrpop
Parser generator
A Rust-based parser generator framework designed to simplify the process of creating parsers
LR(1) parser generator for Rust
1 stars
2 watching
0 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,472 |
pwil3058/dunnart | A tool for generating LALR(1) parsers from a specification language | 14 |
zevv/npeg | A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings | 329 |
pest-parser/pest | A parser generator written in Rust for creating PEG-based parsers. | 4,665 |
ptal/oak | A tool for generating parsers from grammars described in a high-level syntax | 142 |
scymtym/esrap | A parser generator tool for building Common Lisp parsers with efficient parsing and error reporting capabilities. | 78 |
alex/rply | A Python parser generator with RPython support, designed to provide a more efficient and flexible alternative to traditional parsing approaches. | 381 |
bllip/bllip-parser | A statistical natural language parser used to generate grammatically correct sentences from unstructured text input. | 227 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
rust-utilities/liquid-grammar-pest | A Rust library providing a grammar and tokenizer for parsing Shopify Liquid syntax | 0 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
bnoordhuis/gyp | A tool to automatically generate project files based on configuration and language specifications | 72 |
qwertie/lllpg-samples | A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
nikomatsakis/rust-tutorializer | A framework for creating and publishing Rust tutorial samples with accompanying lecture plans. | 14 |