mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
Begin moving foreign import import paths to be evaluated in the semantic phase rather than parsing.
This commit is contained in:
+1
-1
@@ -631,7 +631,7 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
}) \
|
||||
AST_KIND(ForeignImportDecl, "foreign import declaration", struct { \
|
||||
Token token; \
|
||||
Slice<Token> filepaths; \
|
||||
Slice<Ast *> filepaths; \
|
||||
Token library_name; \
|
||||
String collection_name; \
|
||||
Slice<String> fullpaths; \
|
||||
|
||||
Reference in New Issue
Block a user