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: about 2 years ago
Linked from 1 awesome list

gerexpgrammarnimparserparser-generatorpegregexregular-expressions

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kevinmehall/rust-pegA parser generator tool that creates recursive descent parsers from concise grammar definitions.1,480
nikomatsakis/lalrpopA Rust-based parser generator framework designed to simplify the process of creating parsers1
iffy/nim-argparseGenerates parsers at compile time for parsing command line arguments in Nim123
scymtym/esrapA parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates.79
neogeny/tatsuA tool for generating Python parsers from grammars in a variation of EBNF410
docopt/docopt.nimA command line arguments parser generator for Nim programming language.214
jwtowner/lugA C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling.67
gerhobbelt/jisonAn API for creating parsers in JavaScript that generates bottom-up parsers from grammar files119
pointlander/pegA tool for generating parsers from parsing expression grammars using the Packrat parser generator1,028
shnewto/bnfA parser for Backus-Naur form grammars in Rust.262
b3b00/cslyA C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions.377
youxkei/ctpgA tool for generating parsers at compile-time using D programming language45
dbremner/peg-sharpA tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers.3
ptal/oakA tool for generating parsers from grammars described in a high-level syntax143
goccmack/goccA tool for generating lexers and parsers from a BNF file with semantic actions.621