foreign import x {"foo.lib", "bar.lib"}

This commit is contained in:
gingerBill
2018-07-29 20:56:09 +01:00
parent dc5da7933a
commit a6fe656f21
7 changed files with 97 additions and 55 deletions
+2 -2
View File
@@ -391,10 +391,10 @@ AST_KIND(_DeclBegin, "", bool) \
}) \
AST_KIND(ForeignImportDecl, "foreign import declaration", struct { \
Token token; \
Token filepath; \
Array<Token> filepaths; \
Token library_name; \
String collection_name; \
String fullpath; \
Array<String> fullpaths; \
CommentGroup *docs; \
CommentGroup *comment; \
}) \