Files
Nim/compiler
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
..
2018-05-12 11:58:44 +02:00
2018-06-03 20:15:37 +02:00
2017-10-29 08:37:13 +01:00
2018-06-08 19:50:36 +02:00
2018-06-08 19:50:36 +02:00
2018-06-08 19:50:36 +02:00
2017-01-07 22:35:09 +01:00
2018-06-27 12:35:09 +02:00
2017-10-29 08:37:13 +01:00
2018-06-12 00:20:08 +01:00
2018-06-27 12:35:09 +02:00
2017-10-15 20:55:38 +02:00
2018-06-26 01:42:36 +02:00
2018-06-11 17:08:25 +02:00
2018-06-08 19:50:36 +02:00
2018-06-11 01:23:14 +02:00
2018-06-27 12:35:09 +02:00
2018-05-11 13:07:16 +02:00
2018-05-11 13:07:16 +02:00
2018-06-12 09:17:24 +01:00
2018-06-27 12:35:09 +02:00
2018-05-18 20:53:41 +02:00
2014-08-28 09:38:14 +02:00
2018-06-24 15:13:34 +02:00
2018-05-12 11:58:44 +02:00
2018-06-16 16:46:32 +03:00
2018-05-27 15:22:17 +02:00
2015-11-03 14:52:36 +01:00
2018-05-11 15:01:28 +02:00
2018-06-30 13:38:52 +02:00
2018-06-26 21:25:27 +02:00
2018-06-13 15:39:45 +03:00

This directory contains the Nim compiler written in Nim. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nim code.