Skip to content

Commit

Permalink
Group container tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
N00byEdge committed Oct 8, 2023
1 parent f2d4350 commit 0ef8557
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions selfhost/tokenizer.n
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,25 @@ const TokenType = enum(u8) {
continue_keyword,
else_keyword,
//endcase_keyword,
enum_keyword,
//false_keyword,
fn_keyword,
if_keyword,
inline_keyword,
loop_keyword,
return_keyword,
struct_keyword,
//switch_keyword,
//true_keyword,
undefined_keyword,
union_keyword,
unreachable_keyword,
var_keyword,
//volatile_keyword,
while_keyword,
__keyword,

enum_keyword,
struct_keyword,
union_keyword,

bool_keyword,
type_keyword,
void_keyword,
Expand Down

0 comments on commit 0ef8557

Please sign in to comment.