version = 4
[[package]]
name = "tishlang_ast"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3dea27501d29d9abb683493dd71daec2f23510d285aeff436e4277a93c859e7"
[[package]]
name = "tishlang_lexer"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80ed22a7dc6339ae8928fbfe4b6444cca4f296b3d5b97a7cb6161cf7686e2ac8"
[[package]]
name = "tishlang_opt"
version = "1.9.2"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9a616d1f3eb68c4150fd241e1d4ed86cef2ba438b934c75b3d7fac45911f04"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]