package-type imports

This commit is contained in:
2026-06-10 00:08:33 +02:00
parent 087fdb45d5
commit d6e03b6f08
104 changed files with 1799 additions and 273 deletions
+3
View File
@@ -8,10 +8,12 @@ Kind :: enum {
Newline,
Identifier,
Integer,
String,
Underscore,
Colon_Colon,
Equal,
Plus,
Dot,
Left_Paren,
Right_Paren,
Left_Brace,
@@ -19,6 +21,7 @@ Kind :: enum {
Comma,
Keyword_C,
Keyword_Func,
Keyword_Import,
Keyword_Return,
Keyword_Void,
Keyword_Int,