Peggy

PEG parser

A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities

The Parser Generator for Haskell

GitHub

93 stars
8 watching
19 forks
Language: Haskell
last commit: over 11 years ago

Related projects:

RepositoryDescriptionStars
kevinmehall/rust-pegA parser generator tool that creates recursive descent parsers from concise grammar definitions.1,480
pointlander/pegA tool for generating parsers from parsing expression grammars using the Packrat parser generator1,028
pyparsing/pyparsingA Python library for building and executing grammars using a parsing-expression grammar approach2,247
ravi-delia/uclpAn implementation of parsing expression grammars in Common Lisp22
haskell/parsecA parser combinator library designed to be industrial-strength and easy to use850
jtmoulia/neotomexA PEG parser/transformer written in Elixir with a DSL for specifying grammars68
aappleby/matcheroniA minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs)198
haskell/attoparsecA fast parser combinator library for efficient text parsing in network protocols and file formats513
mrossini-ethz/parseqA parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions.29
aofdev/yaml-pegA PEG parser for YAML written in Rust.10
sirthias/parboiled2A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text.716
otac0n/pegasusA PEG parser generator for C# that integrates with MSBuild and Visual Studio208
jwtowner/lugA C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling.67
dbremner/peg-sharpA tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers.3
yhirose/cpp-peglibA C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar.920