harn-parser 0.5.45

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.5.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "701a9d4d03f7c7c7ea4c06bb6f509520c9da5443e96a47ff7a2b1a238084814a"

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