package-type imports
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user