harn-parser 0.7.32

Parser, AST, and type checker for the Harn programming language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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

[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"