version = 4
[[package]]
name = "tishlang_ast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936091929fee05227ad808d91db3d1258a9b0351a3f04e9c37fdec001b0bc4f3"
[[package]]
name = "tishlang_lexer"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949d91526a81cabef8373af9fedcc4c8e88476b95aab04004d279534a6c6c2f5"
[[package]]
name = "tishlang_opt"
version = "1.3.2"
dependencies = [
"tishlang_ast",
"tishlang_parser",
]
[[package]]
name = "tishlang_parser"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e88b977da48a75b08dbb0e7227bf4702e7dbacde14d828831c75459874baa7e"
dependencies = [
"tishlang_ast",
"tishlang_lexer",
]