mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 15:48:47 +00:00
emit appropriate errors for BrokenComment and BrokenStringLiteral tokens
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
//
|
||||
// [x] unify string literal token kinds
|
||||
// [x] simplify string literal flags (triple as a single flag)
|
||||
// [ ] lexer detects broken comments
|
||||
// [ ] lexer detects broken strings
|
||||
// [x] lexer detects broken comments
|
||||
// [x] lexer detects broken strings
|
||||
// [x] tests for legal tag syntaxes
|
||||
// [x] tests that ensure we don't accept labels when expecting symbols e.g. foo ":" b; foo: "(" )
|
||||
// [ ] pass all tests
|
||||
|
||||
Reference in New Issue
Block a user