tishlang_opt 1.0.21

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

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

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

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