Change parser to use ^Expr rather than string for the foreign import paths

This commit is contained in:
gingerBill
2024-05-28 00:27:13 +01:00
parent a1b8749e74
commit d91054b615
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ Foreign_Import_Decl :: struct {
import_tok: tokenizer.Token,
name: ^Ident,
collection_name: string,
fullpaths: []string,
fullpaths: []^Expr,
comment: ^Comment_Group,
}