rust/validation.md

9 lines
329 B
Markdown
Raw Normal View History

2017-12-29 15:48:47 -06:00
Fixmes:
2017-12-30 06:22:40 -06:00
* Fix `is_whitespace`, add more tests
2017-12-29 16:01:57 -06:00
* Add more thorough tests for idents for XID_Start & XID_Continue
2017-12-30 06:22:40 -06:00
* Validate that float and integer literals use digits only of the appropriate
base, and are in range
2017-12-31 01:41:42 -06:00
* Validation for unclosed char literal
2017-12-31 05:02:55 -06:00
* Strings are completely wrong: more tests and comparison with libsyntax.