aboutsummaryrefslogtreecommitdiff
path: root/validation.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-31 07:41:42 +0000
committerAleksey Kladov <[email protected]>2017-12-31 07:41:42 +0000
commitd6a922459ed3ebc77ba5d79cd65144078f43e321 (patch)
tree2e8082efef7cd018e06c38740828fa6a3e1c0a8e /validation.md
parent492f6e6b1c8d062c6732f9aa3360c14708bb1452 (diff)
Lexer: basic chars & lifetimes
Diffstat (limited to 'validation.md')
-rw-r--r--validation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/validation.md b/validation.md
index b21ffebd5..a38b4a96e 100644
--- a/validation.md
+++ b/validation.md
@@ -4,4 +4,5 @@ Fixmes:
4* Add more thorough tests for idents for XID_Start & XID_Continue 4* Add more thorough tests for idents for XID_Start & XID_Continue
5* Validate that float and integer literals use digits only of the appropriate 5* Validate that float and integer literals use digits only of the appropriate
6 base, and are in range 6 base, and are in range
7* Validation for unclosed char literal
7 8