Files
Nim/compiler
ReneSac 6a528bc7e9 Consider #!strongSpaces for keyword operators too.
When #!strongSpaces is on, every  operator affected by it gains priority higher than any operator not affected by it. This includes comparison operators, addition, etc.
It seems that counting spaces for keywords operators don't break anything in the parser. Of course, they can't have 0 spaces between their operands, but at least their precedence will work accordingly to their 1+ spaces.
2015-04-08 01:00:14 -03:00
..
2015-04-01 22:32:15 +08:00
2014-08-28 09:38:14 +02:00
2015-04-01 22:32:15 +08:00
2015-04-06 23:50:09 +02:00
2015-04-01 22:32:15 +08:00
2015-04-01 22:32:15 +08:00
2014-10-03 01:21:35 +02:00
2015-04-01 22:32:15 +08:00
2014-11-03 22:50:55 +01:00
2015-02-24 00:13:27 +01:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2014-08-28 09:38:14 +02:00
2015-04-01 22:32:15 +08:00
2014-08-28 09:38:14 +02:00
2015-02-16 02:56:40 +01:00
2015-03-16 23:24:33 +01:00
2014-08-28 09:38:14 +02:00
2015-01-27 01:36:19 +01:00
2014-08-28 09:38:14 +02:00
2015-04-01 22:32:15 +08:00
2015-03-12 13:16:47 +01:00
2014-08-28 09:38:14 +02:00
2014-09-21 18:39:00 +02:00
2015-03-12 12:17:08 +01:00
2015-03-10 12:32:48 +01:00
2015-02-15 16:20:32 +00:00
2015-01-12 23:04:53 +01:00
2014-08-28 09:38:14 +02:00
2015-01-06 15:26:33 +01:00
2015-03-26 02:12:38 +01:00
2014-08-28 09:38:14 +02:00
2015-02-15 16:20:32 +00:00
2014-08-28 09:38:14 +02:00
2014-10-29 18:57:03 -04:00
2014-08-28 09:38:14 +02:00
2015-02-15 16:06:06 +00:00
2014-08-28 09:38:14 +02:00
2015-04-01 22:32:15 +08:00
2014-08-28 09:38:14 +02:00
2015-04-06 23:21:52 +02:00
2015-04-06 23:21:52 +02:00
2015-02-20 20:01:25 +01:00
2015-03-27 01:30:06 +01:00
2015-03-07 15:43:35 +01:00
2015-01-06 15:26:33 +01:00
2015-04-06 23:21:52 +02:00
2015-01-30 03:04:46 +01:00
2014-08-28 09:38:14 +02:00
2014-11-27 08:36:58 +01:00
2015-03-26 02:12:38 +01:00
2015-02-01 11:58:41 +01:00
2015-03-27 01:43:28 -05:00
2015-03-27 11:57:03 +01:00
2015-01-06 15:26:33 +01:00
2015-01-06 15:26:33 +01: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.