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
329 stars
19 watching
22 forks
Language: Nim
last commit: 3 months ago
Linked from 1 awesome list
gerexpgrammarnimparserparser-generatorpegregexregular-expressions
Related projects:
Repository | Description | Stars |
---|---|---|
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,472 |
nikomatsakis/lalrpop | A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
iffy/nim-argparse | Generates parsers at compile time for parsing command line arguments in Nim | 122 |
scymtym/esrap | A parser generator tool for building Common Lisp parsers with efficient parsing and error reporting capabilities. | 78 |
neogeny/tatsu | A tool for generating Python parsers from grammars in a variation of EBNF | 408 |
docopt/docopt.nim | A command line arguments parser generator for Nim programming language. | 214 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
pointlander/peg | An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. | 1,018 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 260 |
b3b00/csly | A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax | 374 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
dbremner/peg-sharp | Automates C# code generation for arbitrary parsing expression grammars. | 3 |
ptal/oak | A tool for generating parsers from grammars described in a high-level syntax | 142 |
goccmack/gocc | A tool for generating lexers and parsers from a BNF file with semantic actions. | 616 |