diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index 3b38516..65b9892 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -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_