tishlang_parser 1.11.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.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62571e6e341da9aa3e115cab5a0844a366bf842aeb7a63957546c114c421edc8"

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

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