tishlang_opt 2.2.3

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

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

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

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