tishlang_opt 2.2.0

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

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

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

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