Add function node parsing.
This commit is contained in:
@@ -63,6 +63,7 @@ enum libab_lexer_token_e {
|
||||
TOKEN_KW_WHILE,
|
||||
TOKEN_KW_DO,
|
||||
TOKEN_KW_ARROW,
|
||||
TOKEN_KW_FUN,
|
||||
TOKEN_LAST
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user