tishlang_parser 1.9.1

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.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05fb6da0f3a4d342c1c59371e106cbcfd9762cc235ce8529303aebadf5b198d7"

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

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