tishlang_parser 1.0.19

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

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

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