tishlang_parser 1.0.22

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

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

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