Updated GSoC 2014 Ideas (markdown)
This commit is contained in:
parent
51f28cf07c
commit
6edd14ae6e
|
@ -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**
|
||||
|
|
Loading…
Reference in New Issue