Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Dominik Picheta 2014-02-13 03:58:16 -08:00
parent 0a93d7d2a6
commit 3b08c1de4e
1 changed files with 0 additions and 13 deletions

View File

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