aboutsummaryrefslogtreecommitdiff
path: root/validation.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-31 11:02:55 +0000
committerAleksey Kladov <[email protected]>2017-12-31 11:03:29 +0000
commit2f24fb4f2c5d8708533a1b0155e1e884bd4b2ba2 (patch)
treea4ed4479231d2e5526618d9728d88fc3990b39e2 /validation.md
parentf1a840cc385798fc2e3e9ac9ddb0dd57fd0ac509 (diff)
Lexer: byte strings
Diffstat (limited to 'validation.md')
-rw-r--r--validation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation.md b/validation.md
index a38b4a96e..39b5f85fa 100644
--- a/validation.md
+++ b/validation.md
@@ -5,4 +5,4 @@ Fixmes:
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* Validation for unclosed char literal
8 8* Strings are completely wrong: more tests and comparison with libsyntax.