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