lexer adding is_number
This commit is contained in:
@@ -7,6 +7,7 @@ typedef enum
|
||||
{
|
||||
ERROR_BASIC = 0,
|
||||
ERROR_UNKNOWN_TOKEN = -1,
|
||||
ERROR_NUMBER_TOO_BIG = -2,
|
||||
} program_error;
|
||||
|
||||
int stop_errors(int err);
|
||||
|
||||
Reference in New Issue
Block a user