Packages tagged: grammar
lrparser
A SLR parser written in Nim with compile-time and run-time grammar generation.
npeg
PEG (Parsing Expression Grammars) string matching library for Nim
sonaliwan
Parser is a syntaxtic analyzer based on a formal grammar. It verifies that a string adheres to defined rules and generates its syntax tree. It is lightweight, extensible, and suitable for analyzing te