Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Dominik Picheta 2014-02-10 16:14:00 -08:00
parent 278a0846ce
commit 18ea4a4a47
1 changed files with 1 additions and 1 deletions

View File

@ -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.