From 24640129689a0fb8fcfe729b1412ca34b837f593 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 11 Feb 2014 13:09:18 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index 0b962c3..603da38 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -24,9 +24,11 @@ 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_ * Fix https://github.com/Araq/Nimrod/issues/804, which makes `idetools` unusable. - * Provide commands to execute macros. Allow for IDEs to quickly get the code they generate with different inputs. + * 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. + #### 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_ * 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.