tishlang_opt 1.3.4

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

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

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

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