tishlang_opt 1.1.2

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

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

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

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