combinedfun 0.1.3

A little `nom`-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of `nom`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[badges.maintenance]
status = "experimental"

[dependencies]

[package]
authors = ["42triangles <42triangles@tutanota.com>"]
categories = ["parsing"]
description = "A little `nom`-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of `nom`"
edition = "2018"
keywords = ["parser", "combinator", "nom", "parsing", "parse"]
license = "MIT"
name = "combinedfun"
readme = "README.md"
repository = "https://github.com/42triangles/combinedfun"
version = "0.1.3"