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