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.