Add syntax sugar for let.

This commit is contained in:
2018-03-14 13:30:20 -07:00
parent bb61dbcd54
commit 429c0bde3e
3 changed files with 51 additions and 2 deletions

View File

@@ -65,6 +65,8 @@ enum libab_lexer_token_e {
TOKEN_KW_ARROW,
TOKEN_KW_FUN,
TOKEN_KW_RETURN,
TOKEN_KW_LET,
TOKEN_KW_BE,
TOKEN_LAST
};