tishlang_opt 2.9.0

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

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

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

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