tishlang_parser 2.9.0

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

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

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