Files
Nim/compiler
Reimer Behrends 55e7d91b31 Fix generation of package-dependent init names.
The code incorrectly used relative instead of absolute paths to
see if *.babel files could be found, which could result in them
not being located properly.

Also added an underscore between the package and the module name
for package_moduleInit() and package_moduleDatInit() so that there
won't be spurious conflicts, e.g. for package A and module BC vs.
package AB and module C.
2014-06-25 00:42:55 +02:00
..
2014-03-22 22:59:23 +01:00
2014-04-19 22:24:43 +02:00
2013-12-27 15:48:53 +01:00
2014-05-31 01:16:16 +02:00
2014-03-04 08:30:11 +01:00
2014-05-26 10:44:14 -04:00
2014-06-12 16:05:50 +02:00
2014-04-09 00:33:51 +02:00
2014-04-21 03:44:48 +02:00
2013-12-29 01:13:51 +01:00
2014-04-09 00:33:51 +02:00
2013-12-29 00:00:37 +02:00
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2014-04-06 22:05:42 +02:00
2013-12-27 15:48:53 +01:00
2014-05-16 19:07:32 -04:00
2014-04-09 00:33:51 +02:00
2014-04-16 08:44:57 +02:00
2013-12-28 23:30:53 +01:00
2014-06-06 07:56:47 +02:00
2014-05-09 23:22:43 +02:00
2014-02-27 20:47:44 +01:00
2014-04-11 21:36:02 +01:00
2014-04-06 17:26:20 +02:00
2014-04-22 21:38:44 +02:00
2014-06-08 19:41:36 -04:00
2014-04-20 14:00:04 +02:00
2013-12-27 15:48:53 +01:00
2013-12-27 23:10:36 +01:00
2014-02-24 01:30:40 +01:00
2014-01-23 16:45:17 +01:00
2013-12-27 23:10:36 +01:00
2014-05-06 07:01:15 +02:00
2014-06-01 17:40:06 -04:00
2014-01-17 08:47:51 +01:00
2014-05-23 08:57:16 +02:00
2014-06-05 08:46:29 +02:00
2014-06-01 17:40:06 -04:00
2014-04-21 09:18:47 +02:00
2014-06-15 20:17:23 +01:00
2014-04-19 17:19:22 -04:00
2014-04-06 17:18:43 +02:00
2013-12-29 01:13:51 +01:00
2014-04-20 14:00:04 +02:00
2014-05-02 08:44:03 +02:00
2014-04-19 22:24:43 +02:00

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