tishlang_parser 1.0.27

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

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

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