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

GitHub

332 stars
19 watching
22 forks
Language: Nim
last commit: 7 months ago
Linked from 1 awesome list

gerexpgrammarnimparserparser-generatorpegregexregular-expressions

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,480
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 123
scymtym/esrap A parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates. 79
neogeny/tatsu A tool for generating Python parsers from grammars in a variation of EBNF 410
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. 67
gerhobbelt/jison An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files 119
pointlander/peg A tool for generating parsers from parsing expression grammars using the Packrat parser generator 1,028
shnewto/bnf A parser for Backus-Naur form grammars in Rust. 262
b3b00/csly A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. 377
youxkei/ctpg A tool for generating parsers at compile-time using D programming language 45
dbremner/peg-sharp A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. 3
ptal/oak A tool for generating parsers from grammars described in a high-level syntax 143
goccmack/gocc A tool for generating lexers and parsers from a BNF file with semantic actions. 621