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+

GitHub

717 stars
28 watching
86 forks
Language: Scala
last commit: 9 days ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sirthias/parboiled An implementation of efficient parsing algorithms in Java and Scala for building robust parsers. 1,279
pyparsing/pyparsing A Python library for building and executing grammars using a parsing-expression grammar approach 2,233
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,472
sirthias/pegdown A Markdown processor based on a parboiled PEG parser supporting various extensions and dialects. 1,291
pointlander/peg An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. 1,018
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. 903
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 68
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 21
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 206
dbremner/peg-sharp Automates C# code generation for arbitrary parsing expression grammars. 3
jtmoulia/neotomex A PEG parser/transformer written in Elixir with a DSL for specifying grammars 68
epfl-lara/scallion A library for parsing and pretty-printing LL(1) languages in Scala. 56