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_parser"
version = "2.2.4"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]