tishlang_opt 1.3.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 = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8cae59cc839553ae053cd4946ec30d28bb6de72ee59e77ff6e9931727e9a62"

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

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

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