tishlang_opt 2.0.3

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

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

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

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