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

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

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