hzlang_parser 1.0.0

A parser for the "hz" programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "hzlang_parser"
version = "1.0.0"
dependencies = [
 "parco",
]

[[package]]
name = "parco"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d265d8a0ee63fe5b69e9a82f2c5570210696513ea9daa51bee7d2ec20c8737e7"