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