tishlang_opt 2.0.1

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

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

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

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