mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-12 04:31:24 -07:00
fill out tests for more corner cases
This commit is contained in:
+4
-4
@@ -3,12 +3,12 @@
|
||||
|
||||
// TODO List
|
||||
//
|
||||
// [ ] unify string literal token kinds
|
||||
// [ ] simplify string literal flags (triple as a single flag)
|
||||
// [x] unify string literal token kinds
|
||||
// [x] simplify string literal flags (triple as a single flag)
|
||||
// [ ] lexer detects broken comments
|
||||
// [ ] lexer detects broken strings
|
||||
// [ ] tests for legal tag syntaxes
|
||||
// [ ] tests that ensure we don't accept labels when expecting symbols e.g. foo ":" b; foo: "(" )
|
||||
// [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
|
||||
// [ ] simplify error sorting and catastrophic error handling
|
||||
// [ ] integer -> string helpers
|
||||
|
||||
Reference in New Issue
Block a user