diff options
Diffstat (limited to 'src/parse')
-rw-r--r-- | src/parse/eTokenType.enum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/eTokenType.enum.h b/src/parse/eTokenType.enum.h index 21bbb1d5..9caa3aba 100644 --- a/src/parse/eTokenType.enum.h +++ b/src/parse/eTokenType.enum.h @@ -85,6 +85,7 @@ _(TOK_CARET_EQUAL) _(TOK_BACKTICK) // Reserved Words +// NOTE: ORDERING MATTERS! _PUB must be the first, and no non-rword tokens should follow _(TOK_RWORD_PUB) _(TOK_RWORD_PRIV) _(TOK_RWORD_MUT) |