Initial Commit Test 1

This commit is contained in:
2025-11-30 03:36:50 -06:00
commit a858f0d0a4
6 changed files with 2309 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "ulp_macro"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
quote = "1.0"
bitfield = "0.14.0"
proc-macro2 = "1.0"
litrs = "0.4.0"
peg = "0.8.1"
[dev-dependencies]
ariadne = "0.2.0"