summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4df75cc6..23b2704b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-04-14 Kaz Kylheku <kaz@kylheku.com>
+
+ Diagnose trailing junk in numeric literals.
+
+ * parser.l: Combining the handling of hex, octal and binary numeric
+ literals into a single rule. Implementing an additional rule which
+ diagnoses such tokens that have trailing junk. Thus, something
+ like #x1F2AZ is now invalid syntax.
+
2015-04-11 Kaz Kylheku <kaz@kylheku.com>
Implementing while* and until* loops.