Remove bit_field keyword and parsing logic

This commit is contained in:
gingerBill
2021-02-23 15:29:54 +00:00
parent fe33a64b2e
commit 28f279329d
12 changed files with 1 additions and 165 deletions
-2
View File
@@ -134,7 +134,6 @@ Token_Kind :: enum u32 {
Struct, // struct
Union, // union
Enum, // enum
Bit_Field, // bit_field
Bit_Set, // bit_set
Map, // map
Dynamic, // dynamic
@@ -261,7 +260,6 @@ tokens := [Token_Kind.COUNT]string {
"struct",
"union",
"enum",
"bit_field",
"bit_set",
"map",
"dynamic",