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