tishlang_opt 2.0.2

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

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

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

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