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
Generated
+8
View File
@@ -16,6 +16,7 @@ dependencies = [
"codepage-437",
"insta",
"nom",
"peg_macro",
"pest",
]
@@ -126,6 +127,13 @@ version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "peg_macro"
version = "0.1.0"
dependencies = [
"quote",
]
[[package]]
name = "pest"
version = "2.8.0"