npeg
Parser generator
A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings
PEGs for Nim, another take
332 stars
19 watching
22 forks
Language: Nim
last commit: 7 months ago
Linked from 1 awesome list
gerexpgrammarnimparserparser-generatorpegregexregular-expressions
Related projects:
Repository | Description | Stars |
---|---|---|
| A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
| Generates parsers at compile time for parsing command line arguments in Nim | 123 |
| A parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates. | 79 |
| A tool for generating Python parsers from grammars in a variation of EBNF | 410 |
| A command line arguments parser generator for Nim programming language. | 214 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 119 |
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| A parser for Backus-Naur form grammars in Rust. | 262 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
| A tool for generating parsers at compile-time using D programming language | 45 |
| A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 |
| A tool for generating parsers from grammars described in a high-level syntax | 143 |
| A tool for generating lexers and parsers from a BNF file with semantic actions. | 621 |