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