aboutsummaryrefslogtreecommitdiff
path: root/validation.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-30 12:22:40 +0000
committerAleksey Kladov <[email protected]>2017-12-30 12:23:38 +0000
commitddc637c16120fb352183698f635fc93a68580f7b (patch)
tree288f1497551f2667af693157f2451be40c25d697 /validation.md
parent8103772a10f00378c4dcdd09f9af310c23146933 (diff)
Lexer: start numbers
Diffstat (limited to 'validation.md')
-rw-r--r--validation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/validation.md b/validation.md
index 3706760ba..b21ffebd5 100644
--- a/validation.md
+++ b/validation.md
@@ -1,5 +1,7 @@
1Fixmes: 1Fixmes:
2 2
3* Fix `is_whitespace`, add more test 3* Fix `is_whitespace`, add more tests
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
6 base, and are in range
5 7