tyml_parser 0.1.8

TYML: type checker for markup language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# !tyml @cargo/Cargo
[package]
name = "tyml_parser"
version = "0.1.8"
edition = "2021"
license = "MIT"
description = "TYML: type checker for markup language"
repository = "https://github.com/tyml-org/tyml/"

[dependencies]
tyml_formatter = { path = "../tyml_formatter/", version = "0.1.8" }
regex = "1.11.1"
bumpalo = { version = "3.17.0", features = ["allocator-api2"] }
allocator-api2 = "0.2.21"
extension-fn = "1.2.0"
either = "1.13.0"