version = 4
[[package]]
name = "tishlang_ast"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c124ec6cfdd16ba7dd309fd6eab459abee6f0b9bb34398789845f28aa57e370"
[[package]]
name = "tishlang_lexer"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f96673ae194f811f71e05df6df8271b23e8a55a8d5faba7ac27443774c0973"
[[package]]
name = "tishlang_parser"
version = "2.0.2"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]