tishlang_opt 1.3.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 = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93c04e69aabea70084b58558393f9bfd5ec690577310b7e1acc267403638746"

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

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

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