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: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| A tool for generating LALR(1) parsers from a specification language | 14 |
| A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings | 332 |
| A parser generator written in Rust for creating PEG-based parsers. | 4,695 |
| A tool for generating parsers from grammars described in a high-level syntax | 143 |
| A parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates. | 79 |
| A Python parser generator with RPython support, designed to provide a more efficient and flexible alternative to traditional parsing approaches. | 379 |
| A statistical natural language parser used to generate grammatically correct sentences from unstructured text input. | 227 |
| A tool for generating parsers at compile-time using D programming language | 45 |
| A Rust library providing a grammar and tokenizer for parsing Shopify Liquid syntax | 0 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A tool to automatically generate project files based on configuration and language specifications | 72 |
| A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |
| An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 119 |
| A framework for creating and publishing Rust tutorial samples with accompanying lecture plans. | 14 |