tishlang_parser 2.2.5

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

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

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