Files
Nim/compiler
Zahary Karadjov 046d829e5d Introduce a PreMain proc in the C codegen
The rationale here is that it has become too hard to step into a program
when #line directives are enabled. You have to skip over many lines of init
code that doesn't have corresponding lines in the nimrod program.
Now, you can just step-out of PreMain and go straight to the useful code
in NimMain.
2013-12-30 11:02:48 +02:00
..
2013-12-28 01:47:40 +01:00
2013-12-28 01:57:19 +01:00
2013-12-27 23:10:36 +01:00
2013-12-30 00:03:57 +02:00
2013-12-27 15:48:53 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2012-11-28 01:15:13 +02:00
2013-12-29 17:21:00 +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
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 15:48:53 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-28 23:30:53 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-27 23:10:36 +01:00
2013-12-27 23:10:36 +01:00
2013-12-27 15:48:53 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 17:21:00 +02:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-30 00:03:57 +02:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01: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.