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

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

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