Playing with proc macros

This commit is contained in:
2025-05-23 22:12:24 -07:00
parent 856f817dbe
commit 59392ccad2
8 changed files with 64 additions and 0 deletions
+4
View File
@@ -8,6 +8,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.86"
codepage-437 = "0.1.0"
peg_macro = { path = "./peg_macro"}
insta = "1.39.0"
nom = "7.1.3"
pest = "2.7.15"
@@ -22,3 +23,6 @@ similar.opt-level = 3
[[bin]]
name = "zasm"
path = "src/main.rs"
[workspace]
members = [".", "peg_macro"]