tishlang_parser 1.1.1

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

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

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