From 7dcc92119ac0350f59c402882b65aa35fa9fcebb Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 11 Feb 2014 13:09:39 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index 603da38..3b38516 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -27,7 +27,7 @@ _Skill Requirements: Command line argument parsing, minimal knowledge of compile * 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_