This commit is contained in:
Valk Richard Li
2020-06-01 01:24:26 -07:00
committed by GitHub
parent 091a9152f1
commit ca23726d17
6 changed files with 506 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
enum token_type
{
tok_null=0,
tok_number,tok_string,
tok_number,tok_string,tok_identifier,
tok_for,tok_forindex,tok_foreach,tok_while,
tok_var,tok_func,tok_break,tok_continue,
tok_return,tok_if,tok_elsif,tok_else,tok_nil,