aboutsummaryrefslogtreecommitdiff
path: root/validation.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-07 16:50:54 +0000
committerAleksey Kladov <[email protected]>2018-01-07 16:50:54 +0000
commitf194750a2a4d5f034e89b937e1271637b884a503 (patch)
tree1f6ebe89813801a07e2be445acd6b112627adf9c /validation.md
parentb5034410c8e5aabf809d2665e38017ef79d05601 (diff)
G: start attributes
Diffstat (limited to 'validation.md')
-rw-r--r--validation.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/validation.md b/validation.md
index e72de1ea2..2739bfcdd 100644
--- a/validation.md
+++ b/validation.md
@@ -1,5 +1,6 @@
1Fixmes: 1Fixmes:
2 2
3Lexer:
3* Fix `is_whitespace`, add more tests 4* Fix `is_whitespace`, add more tests
4* Add more thorough tests for idents for XID_Start & XID_Continue 5* Add more thorough tests for idents for XID_Start & XID_Continue
5* Validate that float and integer literals use digits only of the appropriate 6* Validate that float and integer literals use digits only of the appropriate
@@ -7,3 +8,7 @@ Fixmes:
7* Validation for unclosed char literal 8* Validation for unclosed char literal
8* Strings are completely wrong: more tests and comparison with libsyntax. 9* Strings are completely wrong: more tests and comparison with libsyntax.
9* Comment lexing is completely wrong 10* Comment lexing is completely wrong
11
12Parser:
13* Figure out what is the expected state of attribute grammar.
14 Token trees or something more structured? Token trees would be unfortunate: no extend selection =/ \ No newline at end of file