Implement the do-while loop.
This commit is contained in:
@@ -61,6 +61,7 @@ enum libab_lexer_token_e {
|
||||
TOKEN_KW_IF,
|
||||
TOKEN_KW_ELSE,
|
||||
TOKEN_KW_WHILE,
|
||||
TOKEN_KW_DO,
|
||||
TOKEN_LAST
|
||||
};
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ enum libab_tree_variant_e {
|
||||
VOID,
|
||||
IF,
|
||||
WHILE,
|
||||
DOWHILE,
|
||||
CALL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user