aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-08-22 12:05:25 +0100
committergingerBill <bill@gingerbill.org>2023-08-22 12:05:25 +0100
commit1cdb975c9183cb1be269ae394cc11b3a55cf9dfc (patch)
tree506433686dbff34ae73668f53c9edab6c8dc3964 /src/parser.hpp
parentcd42d26eb32d69fcd80c50deba6005a6c44436ed (diff)
Add attribute `@(require) import "foo"` to replace/supplement `_ :: foo`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 109068da7..eace5ba86 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -617,6 +617,7 @@ AST_KIND(_DeclBegin, "", bool) \
Token relpath; \
String fullpath; \
Token import_name; \
+ Array<Ast *> attributes; \
CommentGroup *docs; \
CommentGroup *comment; \
}) \