ctpg
Parser generator
A tool for generating parsers at compile-time using D programming language
Compile-Time Parser Generator in D programming language.
45 stars
5 watching
2 forks
Language: D
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A language and runtime system for parsing arbitrary grammars using semi-Thue processes | 29 |
| A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| A tool that generates parsers and scanners for C# programs | 58 |
| A tool for generating LALR(1) parsers from a specification language | 14 |
| A fast parser generator tailored to support transcompilers, with a custom grammar format requiring additional documentation. | 5 |
| A web platform for parsing and annotating Combinatory Categorial Grammar (CCG) sentences. | 5 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
| A tool for building parsing expression grammars in D programming language | 533 |
| A tool for generating parsers from regular expressions in Haskell. | 292 |
| A Java implementation of a Compositional CCG parser used in natural language processing research | 60 |
| A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
| An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 119 |
| A tool for generating lexers and parsers from a BNF file with semantic actions. | 621 |
| A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |