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

GitHub

1k stars
20 watching
106 forks
Language: Rust
last commit: 4 months ago
Linked from 2 awesome lists

grammarparser-generatorparsingparsing-expression-grammarspegrust

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pointlander/peg An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. 1,018
pest-parser/pest A parser generator written in Rust for creating PEG-based parsers. 4,658
nikomatsakis/lalrpop A Rust-based parser generator framework designed to simplify the process of creating parsers 1
ptal/oak A tool for generating parsers from grammars described in a high-level syntax 142
tanakh/peggy A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities 93
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 68
aofdev/yaml-peg A PEG parser for YAML written in Rust. 10
pyparsing/pyparsing A Python library for building and executing grammars using a parsing-expression grammar approach 2,233
dbremner/peg-sharp Automates C# code generation for arbitrary parsing expression grammars. 3
zevv/npeg A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings 329
dlang-community/pegged A tool for building parsing expression grammars in D programming language 534
sirthias/parboiled2 A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. 717
aappleby/matcheroni A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) 198
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