detect broken comments in the lexer

This commit is contained in:
Allen Webster
2021-06-30 15:39:03 -04:00
parent ac462ca85c
commit 174e995e00
2 changed files with 15 additions and 55 deletions
+1 -5
View File
@@ -377,13 +377,9 @@ main:
RegularMax,
Comment,
WhitespaceMin,
Whitespace,
Newline,
WhitespaceMax,
MD_TokenKind_BadCharacter,
BadCharacter,
MAX,
};