version = 4
[[package]]
name = "tishlang_ast"
version = "2.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c67f3833b9563ebe62074a4d2fdbffc76d0fb768f23019381312ea22ad52315"
[[package]]
name = "tishlang_lexer"
version = "2.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f24db0dc5131823646f5be87ec110b435163974ade8902181798455033c253"
[[package]]
name = "tishlang_opt"
version = "2.2.4"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "2.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d4f88320f29722b2c05b252c5e4ca3a7ccd8e70e3f81467d195addc16b8a0b0"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]