Files
Nim/lib
Vindaar 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
* deprecate `0c`, `0C` prefix for octal literals

Deprecates the previously allowed syntax of `0c` and `0C` as a prefix for
octal literals to bring the literals in line with the behavior of
`parseOct` from parseutils.

* add `msgKind` arg to `lexMessageLitNum` for deprecation messages

* change literal tests to check all valid integer literals

Also adds the `tinvaligintegerlit3` test to test for the (still)
invalid `0O` prefix.
2018-07-03 01:56:36 +02:00
..
2017-02-20 17:24:19 +02:00
2018-06-29 02:13:49 -04:00
2018-06-22 03:19:30 +02:00
2018-06-27 12:35:09 +02:00
2013-03-16 23:53:07 +01:00
2018-06-07 07:21:20 +02:00
2014-08-28 09:59:26 +02:00