aboutsummaryrefslogtreecommitdiff
path: root/validation.md
blob: a38b4a96e441342396a2e38fb5be7fc8a6b6ad4f (plain)
1
2
3
4
5
6
7
8
Fixmes:

* 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
* Validation for unclosed char literal