FancyPars-lite

Parser generator for compilers

A fast parser generator tailored to support transcompilers, with a custom grammar format requiring additional documentation.

FancyPars - a very fast parserGenerator

GitHub

5 stars
4 watching
2 forks
Language: D
last commit: over 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jwtowner/lugA C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling.67
youxkei/ctpgA tool for generating parsers at compile-time using D programming language45
b3b00/cslyA C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions.377
pwil3058/dunnartA tool for generating LALR(1) parsers from a specification language14
adacore/recordfluxA toolset for generating verifiable parsers and protocol state machines from formal specifications.107
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
com-lihaoyi/fastparseA Scala-based library for writing fast parsers using parser combinators.1,098
qwertie/lllpg-samplesA collection of examples and demos showcasing the functionality of a parser generator for C#12
haskell/happyA tool for generating parsers from regular expressions in Haskell.292
sickheadgames/tinypgA tool that generates parsers and scanners for C# programs58
smolkaj/nice-parserAutomates the process of building parsers in OCaml with minimal boilerplate code125
alex/rplyA Python parser generator with RPython support, designed to provide a more efficient and flexible alternative to traditional parsing approaches.379
gerhobbelt/jisonAn API for creating parsers in JavaScript that generates bottom-up parsers from grammar files119
workday/upshot-montagueTranslates natural language into formal representations using Combinatory Categorial Grammar (CCG), enabling semantic parsing.59