changed to use the subpackaged rune symbols in the rune classification functions

This commit is contained in:
2021-11-02 00:31:30 +00:00
parent 714309e044
commit 001115770d
3 changed files with 21 additions and 9 deletions

View File

@ -18,6 +18,7 @@ private
type Lexer_State is (
LX_START,
LX_COMMENT,
LX_DIRECTIVE,
LX_IDENT,
LX_NUMBER,
LX_OP_GREATER,
@ -32,6 +33,7 @@ private
TK_BYTE,
TK_CHAR,
TK_CSTR,
TK_DIRECTIVE,
TK_EOF,
TK_EOL,
TK_IDENT,