tishlang_parser 1.0.33

Tish recursive descent parser
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "tishlang_ast"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9b94abb9ebc5d48ce65b2e7400cef806eb9d82c76a55f02f7c27b2295da1c2d"

[[package]]
name = "tishlang_lexer"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b3edcadbc28cb3ce563c437a22ca8c7b13e3ff8499d635f7a68519c114b1679"

[[package]]
name = "tishlang_parser"
version = "1.0.33"
dependencies = [
 "tishlang_ast",
 "tishlang_lexer",
]