tishlang_parser 2.2.7

Tish recursive descent parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tishlang_parser"
version = "2.2.7"
edition = "2021"
description = "Tish recursive descent parser"

license-file = { workspace = true }
repository = { workspace = true }
[dependencies]
tishlang_lexer = { path = "../tish_lexer", version = ">=0.1" }
tishlang_ast = { path = "../tish_ast", version = ">=0.1" }