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
93 stars
8 watching
19 forks
Language: Haskell
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,467 |
pointlander/peg | An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. | 1,018 |
pyparsing/pyparsing | A Python library for building and executing grammars using a parsing-expression grammar approach | 2,233 |
ravi-delia/uclp | An implementation of parsing expression grammars in Common Lisp | 21 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
jtmoulia/neotomex | A PEG parser/transformer written in Elixir with a DSL for specifying grammars | 68 |
aappleby/matcheroni | A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
mrossini-ethz/parseq | A parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions. | 29 |
aofdev/yaml-peg | A PEG parser for YAML written in Rust. | 10 |
sirthias/parboiled2 | A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. | 717 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 206 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
dbremner/peg-sharp | Automates C# code generation for arbitrary parsing expression grammars. | 3 |
yhirose/cpp-peglib | A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 903 |