aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-10 20:04:20 +0000
committerAleksey Kladov <[email protected]>2018-01-10 20:04:20 +0000
commite9dd8aae226cdfc0670880792eef5425f42b05a0 (patch)
treef8074883b32dd326583086d348af5ac7adc307a5 /docs
parentea5b67fdb04a35ee4c97341d89e3712e3b3c079c (diff)
Move validation to issues
Diffstat (limited to 'docs')
-rw-r--r--docs/RFC.md (renamed from docs/rfc.md)0
-rw-r--r--docs/validation.md14
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/rfc.md b/docs/RFC.md
index 2bd9f18f1..2bd9f18f1 100644
--- a/docs/rfc.md
+++ b/docs/RFC.md
diff --git a/docs/validation.md b/docs/validation.md
deleted file mode 100644
index 2739bfcdd..000000000
--- a/docs/validation.md
+++ /dev/null
@@ -1,14 +0,0 @@
1Fixmes:
2
3Lexer:
4* Fix `is_whitespace`, add more tests
5* Add more thorough tests for idents for XID_Start & XID_Continue
6* Validate that float and integer literals use digits only of the appropriate
7 base, and are in range
8* Validation for unclosed char literal
9* Strings are completely wrong: more tests and comparison with libsyntax.
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