Add support for the return keyword.
This commit is contained in:
@@ -64,6 +64,7 @@ enum libab_lexer_token_e {
|
||||
TOKEN_KW_DO,
|
||||
TOKEN_KW_ARROW,
|
||||
TOKEN_KW_FUN,
|
||||
TOKEN_KW_RETURN,
|
||||
TOKEN_LAST
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user