Don't count single quote ' as garbage (#1801)

Also copy the "blank space" (space or tab) vs "whitespace" (space,
tab, or newline) convention from `<ctype.h>`
This commit is contained in:
Rangi
2025-08-14 10:10:59 -04:00
committed by GitHub
parent ea1358bbe6
commit db6793f444
15 changed files with 98 additions and 72 deletions

View File

@@ -8,4 +8,6 @@ error: Invalid character '#'
at garbage_sequence.asm(3)
error: Invalid characters '#', '?', '?'
at garbage_sequence.asm(3)
Assembly aborted with 5 errors!
error: Invalid characters '#', 0xFF (is the file UTF-8?)
at garbage_sequence.asm(5)
Assembly aborted with 6 errors!