combparser

A parser combinator library for easy generation of complex parsers


Keywords
parser, combinator, nim, parser-combinators
License
MIT
Install
nimble install combparser

Documentation

combparser

This module is a slightly edited version of an original by kmizu: https://gist.github.com/kmizu/2b10c2bf0ab3eafecc1a825b892482f3 The idea is to make this into a more user friendly library for creating parsers in Nim.

This file is automatically generated from the documentation found in combparser.nim. Use nim doc2 combparser.nim to get the full documentation.