update to ast_kinds and token kinds

This commit is contained in:
2024-10-19 15:16:28 -04:00
parent e951b72b81
commit 2a64d3f5ce
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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
View File
@@ -1,6 +1,7 @@
Invalid, "Invalid"
EOF, "EOF"
Comment, "Comment"
FileTag, "FileTag"
_LiteralBegin, " "
Ident, "identifier"
1 Invalid Invalid
2 EOF EOF
3 Comment Comment
4 FileTag FileTag
5 _LiteralBegin
6 Ident identifier
7 Integer integer