ty-parser 0.1.0

C-syntax parser for the Ty programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ty-parser"
version = "0.1.0"
authors = ["p <p@p11c.xyz>"]
edition = "2024"
description = "C-syntax parser for the Ty programming language"
license = "MIT"
repository = "https://gitlab.com/porky11/tyre"

[dependencies]
ty-ree = { version = "0.1.0", path = "../ty-ree" }