rust-peg
Parser generator
A parser generator tool that creates recursive descent parsers from concise grammar definitions.
Parsing Expression Grammar (PEG) parser generator for Rust
1k stars
20 watching
107 forks
Language: Rust
last commit: 7 months ago
Linked from 2 awesome lists
grammarparser-generatorparsingparsing-expression-grammarspegrust
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| A parser generator written in Rust for creating PEG-based parsers. | 4,695 |
| A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
| A tool for generating parsers from grammars described in a high-level syntax | 143 |
| A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A PEG parser for YAML written in Rust. | 10 |
| A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
| A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 |
| A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings | 332 |
| A tool for building parsing expression grammars in D programming language | 533 |
| A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. | 716 |
| A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
| 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 |