Added support for string literals in the tokenizer.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#define KEYWORDS_H
|
||||
|
||||
typedef enum {
|
||||
FN, ORG
|
||||
FN, ORG, NAMESPACE, DB, CONST
|
||||
} Keyword;
|
||||
|
||||
int IsKeyword(const char* text, Keyword* keyword);
|
||||
|
||||
Reference in New Issue
Block a user