tishlang_opt 1.3.7

AST optimization pass for Tish (constant folding, short-circuit, etc.)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "tishlang_ast"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0f3bc6c4c4f7ef52d858a19d930fbf95b816abe7719e4e3b3a1081a1a91869"

[[package]]
name = "tishlang_lexer"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "580aeb9428aa58243b759f38ee2e2776ea200fffbcdf875e65f860a1babfba8b"

[[package]]
name = "tishlang_opt"
version = "1.3.7"
dependencies = [
 "tishlang_ast",
 "tishlang_parser",
]

[[package]]
name = "tishlang_parser"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d784e97dbe919b19b8e98a279377dbc7771d21aeae438afd5037c037ba9b9eb6"
dependencies = [
 "tishlang_ast",
 "tishlang_lexer",
]