tishlang_parser 1.0.26

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

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

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