tishlang_parser 1.12.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 = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "040bbf4590baa6110393518b5d9a8b0a359beb7ab1ea7501d36c6005ce7dd56f"

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

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