From 18ea4a4a47807b54bb89488d8e9435d5be677f43 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 10 Feb 2014 16:14:00 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index e4b362d..ab7e1c1 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -20,7 +20,7 @@ Below is a list of project ideas for the 2014 GSoC Application for Nimrod. You w ... **Fix/Expand Compiler as a Service features** -... + * Provide commands to execute macros. Allow for IDEs to quickly get the code they generate with different inputs. **Allow bootstrap-time integration of the nimrod executable with the standard library** * Allow the nimrod bootstrap process to integrate the nimrod standard library source code and other associated resources into the nimrod binary, to be used by the nimrod binary when compiling source code. The included library modules should be overridable, either by a switch passed to the nimrod executable, or by placing an actually library file in a pre-determined path.