tishlang_opt 2.0.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.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0573639c20857c8e36052b5f7ac9099cd91d635bfdfe16f7d532a89c19958a47"

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

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

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