From 6edd14ae6e2c806197fedc305be9c9aa42c94335 Mon Sep 17 00:00:00 2001 From: Varriount Date: Mon, 10 Feb 2014 15:03:46 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index 45c8891..bc6b9d6 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -15,7 +15,14 @@ Below is a list of project ideas for the 2014 GSoC Application for Nimrod. You w * Builtin 'yld' must save the current stack pointer so that the GC knows which part of the stack is really in use. **Fix bugs with iterators/generics** +... + **Fix/Expand Compiler as a Service features** +... + +**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. + ## Standard Library **Integrate and expand new async io module**