Parse math expressions with or without normalized whitespace

This commit is contained in:
2015-01-27 18:48:46 -08:00
parent cf5883d401
commit 5b0fe6f880
3 changed files with 21 additions and 9 deletions

View File

@@ -30,6 +30,7 @@
#define BASIC_ERR_INTERNAL_UNIMPLEMENTED 9
#define BASIC_ERR_MATH_DBZ 10
#define BASIC_TOKENIZER_TOKENS " +-/%*="
#define BASIC_TOKENIZER_MAX_LENGTH 512
#define BASIC_VARNAME_MAX_LENGTH 16