yaml-peg 0.2.0

A YAML 1.2 parser using LALR algorithm with PEG atoms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.linked-hash-map]
version = "0.5"

[package]
authors = ["KmolYuan <pyslvs@gmail.com>"]
description = "A YAML 1.2 parser using LALR algorithm with PEG atoms."
edition = "2018"
keywords = ["yaml", "parser"]
license = "MIT"
name = "yaml-peg"
readme = "README.md"
repository = "https://github.com/KmolYuan/yaml-peg-rs"
version = "0.2.0"