tishlang_parser 1.3.4

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

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

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