Files
Nim/compiler
Reimer Behrends 15734009ca More robust implementation for finding the beginning of the stack.
This patch inserts an extra stack frame above the function that
calls the actual Nimrod code and ensures that a reference to this
frame is stored as the stack bottom.
2014-07-23 03:20:50 +02:00
..
2014-07-16 00:41:03 +02: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-07-22 15:39:23 -04: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-07-16 00:41:03 +02:00
2013-12-29 01:13:51 +01:00
2014-04-09 00:33:51 +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-07-01 22:10:43 +02:00
2013-12-28 23:30:53 +01:00
2014-06-28 01:03:07 +02:00
2014-06-27 16:03:11 +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-07-01 21:47:53 +02:00
2014-04-20 14:00:04 +02:00
2014-06-30 23:36:46 +02:00
2013-12-27 15:48:53 +01:00
2013-12-27 23:10:36 +01:00
2014-06-30 23:36:46 +02:00
2014-06-30 22:36:52 +02: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-06-30 23:36:46 +02:00
2014-07-15 20:26:45 +02:00
2014-06-30 16:45:55 +02:00
2014-07-11 08:05:50 +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-07-15 09:58:57 +02:00
2014-06-30 23:36:46 +02:00
2014-07-06 22:56:34 +02:00
2014-04-21 09:18:47 +02:00
2014-06-30 23:36:46 +02:00
2014-06-30 23:36:46 +02:00
2014-04-19 17:19:22 -04:00
2014-06-30 22:24:08 +02:00
2013-12-29 01:13:51 +01:00
2014-06-15 20:01:48 -04:00
2014-07-16 00:41:03 +02:00
2014-07-16 00:41:03 +02:00
2014-07-16 00:41: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.