diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index b1a0799..dc9d720 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -109,19 +109,6 @@ Nimrod's Compiler as a Service feature allows IDEs to query the compiler for thi **Mentor:** zahary ([@zah](http://github.com/zah)) -___ -#### Allow bootstrap-time integration of the Nimrod executable with the standard library -**Desirable skills:** Knowledge of file system api's, knowledge of compiler internals and theory. - -**Description**: - -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 actual library file in a pre-determined path. - -**Difficulty:** Medium - -**Mentor:** zahary ([@zah](http://github.com/zah)) - - ## Standard Library #### Implement a YAML parser library