harn-parser 0.4.20

Parser, AST, and type checker for the Harn 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 = 4

[[package]]
name = "harn-lexer"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4078526941a3bbb8d3a58b9e80ad8aefc95ccb0b4d8959721ad0f46f4b13ce9b"

[[package]]
name = "harn-parser"
version = "0.4.20"
dependencies = [
 "harn-lexer",
]