mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
update to ast_kinds and token kinds
This commit is contained in:
@@ -590,7 +590,8 @@ struct StructType {
|
|||||||
isize field_count;
|
isize field_count;
|
||||||
Ast *polymorphic_params;
|
Ast *polymorphic_params;
|
||||||
Ast *align;
|
Ast *align;
|
||||||
Ast *field_align;
|
Ast *min_field_align;
|
||||||
|
Ast *max_field_align;
|
||||||
Token where_token;
|
Token where_token;
|
||||||
Slice<Ast *> where_clauses;
|
Slice<Ast *> where_clauses;
|
||||||
bool is_packed;
|
bool is_packed;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Invalid, "Invalid"
|
Invalid, "Invalid"
|
||||||
EOF, "EOF"
|
EOF, "EOF"
|
||||||
Comment, "Comment"
|
Comment, "Comment"
|
||||||
|
FileTag, "FileTag"
|
||||||
|
|
||||||
_LiteralBegin, " "
|
_LiteralBegin, " "
|
||||||
Ident, "identifier"
|
Ident, "identifier"
|
||||||
|
|||||||
|
Reference in New Issue
Block a user