parboiled2
PEG parser generator
A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text.
A macro-based PEG parser generator for Scala 2.10+
716 stars
28 watching
86 forks
Language: Scala
last commit: about 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
sirthias/parboiled | An implementation of efficient parsing algorithms in Java and Scala for building robust parsers. | 1,285 |
pyparsing/pyparsing | A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
sirthias/pegdown | A Markdown processor based on a parboiled PEG parser supporting various extensions and dialects. | 1,290 |
pointlander/peg | A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
aappleby/matcheroni | A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
yhirose/cpp-peglib | A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 920 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
tanakh/peggy | A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 |
ravi-delia/uclp | An implementation of parsing expression grammars in Common Lisp | 22 |
mrossini-ethz/parseq | A parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions. | 29 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 208 |
dbremner/peg-sharp | A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 |
jtmoulia/neotomex | A PEG parser/transformer written in Elixir with a DSL for specifying grammars | 68 |
epfl-lara/scallion | A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |