Added string literals in tokeniser

Doesn't do much, invalid for most operations.
This commit is contained in:
2023-11-11 10:16:06 +00:00
parent bd6fb54e31
commit c9f684cc7d
3 changed files with 24 additions and 0 deletions

View File

@@ -469,6 +469,7 @@ perr_t parse_next(token_stream_t *stream, presult_t *ret)
perr_t perr = PERR_OK;
switch (token.type)
{
case TOKEN_LITERAL_STRING:
case TOKEN_PP_CONST:
case TOKEN_PP_REFERENCE:
case TOKEN_PP_END: