Return a marker token at the end of any buffer

Removes the lexer hack mentioned in #778
This commit is contained in:
Rangi
2021-04-18 20:25:09 -04:00
committed by Eldred Habert
parent be2572edca
commit 7ac8bd6e24
6 changed files with 52 additions and 42 deletions

View File

@@ -81,6 +81,7 @@ struct CaptureBody {
uint32_t lineNo;
char *body;
size_t size;
bool unterminated;
};
char const *lexer_GetFileName(void);