tishlang_parser 2.2.3

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

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

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