From ddc637c16120fb352183698f635fc93a68580f7b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 30 Dec 2017 15:22:40 +0300 Subject: Lexer: start numbers --- validation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'validation.md') diff --git a/validation.md b/validation.md index 3706760ba..b21ffebd5 100644 --- a/validation.md +++ b/validation.md @@ -1,5 +1,7 @@ Fixmes: -* Fix `is_whitespace`, add more test +* Fix `is_whitespace`, add more tests * Add more thorough tests for idents for XID_Start & XID_Continue +* Validate that float and integer literals use digits only of the appropriate + base, and are in range -- cgit v1.2.3