tishlang_parser 1.3.3

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

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

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