Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Dominik Picheta 2014-02-11 13:10:07 -08:00
parent 7dcc92119a
commit 5d786de864
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ Below is a list of project ideas for [GSoC](https://www.google-melange.com/gsoc/
...
#### Fix/Expand Nimrod's "Compiler as a Service" features
_Skill Requirements: Command line argument parsing, minimal knowledge of compiler internals and theory_
**Skill Requirements:** Command line argument parsing, minimal knowledge of compiler internals and theory.
* Fix https://github.com/Araq/Nimrod/issues/804, which makes `idetools` unusable.
* Provide commands to execute macros. Allow IDEs to quickly get the code macros generate with different inputs.
* Allow the compiler to either track more than one project at a time, or not track any project at all.
_Bonus points: Implement "Compiler as a Service" support to major IDEs/text editors such as Light Table, Sublime Text, or Visual Studio._
**Bonus points:** Implement "Compiler as a Service" support to major IDEs/text editors such as Light Table, Sublime Text, or Visual Studio.
#### Allow bootstrap-time integration of the Nimrod executable with the standard library
_Skill Requirements: Knowledge of file system api's, knowledge of compiler internals and theory_