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