Files
Nim/compiler
Zahary Karadjov 89f9772f15 nimrod dump can now produce a machine readable json report
The data in the report includes necessary information for starting
the compiler service and setting up the project paths in the IDE.

the default verbosity of 1 is now set in the compiler code to fix an
issue with verbosity being temporary set to 1 during config parsing
even when it's explicitly overridden on the command-line.

compiler/lexbase was temporary renamed to nimlexbase as a
work-around for a codegen naming conflict with lib/pure/lexbase
resulting in linking errors (further investigation needed).
2013-05-01 20:46:05 +03:00
..
2013-03-03 12:05:03 +01:00
2013-03-17 23:40:03 +01:00
2013-04-23 17:19:30 +02:00
2013-03-16 23:53:07 +01:00
2012-11-28 01:15:13 +02:00
2013-04-25 17:08:59 -05:00
2012-10-14 12:02:57 +02:00
2012-09-08 15:43:21 +02:00
2012-08-20 08:44:17 +02:00
2013-04-08 20:43:44 +02:00
2013-04-23 13:44:38 +02:00
2013-03-03 12:05:03 +01:00
2013-04-13 01:09:15 +02:00
2012-12-11 20:06:15 +01:00
2013-03-18 00:22:21 +01:00
2013-04-11 19:24:08 +02:00
2013-04-08 00:10:34 +02:00
2013-04-13 01:46:13 +02:00
2013-03-21 21:28:46 +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.