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