compiler: Add Ability to Annotate Preprocessed Source

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-11 07:24:03 -04:00
parent a0c6b7730c
commit f0f7a660a6
7 changed files with 108 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
struct Testing {
#include <annotate-struct-body.p4>
};
#include <annotate-parser.p4>