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