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