mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update ast_kinds.hpp with foreign import changes
This commit is contained in:
@@ -457,7 +457,8 @@ struct ImportDecl {
|
|||||||
char const* desc_ForeignImportDecl = "foreign import declaration";
|
char const* desc_ForeignImportDecl = "foreign import declaration";
|
||||||
struct ForeignImportDecl {
|
struct ForeignImportDecl {
|
||||||
Token token;
|
Token token;
|
||||||
Slice<Token> filepaths;
|
Slice<Ast *> filepaths;
|
||||||
|
bool multiple_filepaths;
|
||||||
Token library_name;
|
Token library_name;
|
||||||
String collection_name;
|
String collection_name;
|
||||||
Slice<String> fullpaths;
|
Slice<String> fullpaths;
|
||||||
|
|||||||
Reference in New Issue
Block a user