tishlang_opt 1.3.8

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

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

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

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