diff options
| author | gingerBill <bill@gingerbill.org> | 2023-08-22 12:05:25 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-08-22 12:05:25 +0100 |
| commit | 1cdb975c9183cb1be269ae394cc11b3a55cf9dfc (patch) | |
| tree | 506433686dbff34ae73668f53c9edab6c8dc3964 /src/parser.hpp | |
| parent | cd42d26eb32d69fcd80c50deba6005a6c44436ed (diff) | |
Add attribute `@(require) import "foo"` to replace/supplement `_ :: foo`
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
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; \ }) \ |