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