dunnart
Parser generator
A tool for generating LALR(1) parsers from a specification language
LALR(1) Parser Generator for the D Programming Language
14 stars
3 watching
0 forks
Language: D
last commit: over 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nikomatsakis/lalrpop | A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
dlang-community/libdparse | A parser for D source code | 115 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
dlang-community/pegged | A tool for building parsing expression grammars in D programming language | 534 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,472 |
haskell/happy | A tool for generating parsers from regular expressions in Haskell. | 290 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
ptal/oak | A tool for generating parsers from grammars described in a high-level syntax | 142 |
askeladdk/prattle | A parser and scanner package for LL(1) grammars | 7 |
benhanson/parsertl14 | A modular parser generator implemented in C++14 | 32 |
qwertie/lllpg-samples | A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |
pointlander/peg | An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. | 1,018 |
uplinkcoder/fancypars-lite | A fast parser generator tailored for transcompilers with a custom grammar format requiring additional documentation. | 5 |
jersou/clite-parser | CLI generator from classes or objects | 7 |