tishlang_parser 1.9.2

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.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_parser"
version = "1.9.2"
dependencies = [
 "tishlang_ast",
 "tishlang_lexer",
]