Files
Nim/doc
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-04-11 16:48:01 +02:00
2017-11-22 23:19:12 +01:00
2016-10-24 12:20:51 +02:00
2016-10-24 12:20:51 +02:00
2014-08-28 22:36:14 +02:00
2015-09-10 10:50:29 +02:00
2017-01-16 23:04:53 +01:00
2018-06-27 12:35:09 +02:00
2015-07-10 03:51:00 -04:00
2016-10-24 12:20:51 +02:00
2018-02-05 21:13:18 +01:00
2015-09-20 18:16:51 -07:00
2018-03-05 23:25:50 +01:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!