From 50ebc86cc2d1443286d4412bc784943fe3303d01 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 11 Feb 2014 13:20:03 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index e72c1ca..ca4b619 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -39,7 +39,15 @@ Below is a list of project ideas for [GSoC](https://www.google-melange.com/gsoc/ ## Standard Library -####Integrate and expand new async io module + +#### Implement a YAML parser library +**Skill Requirements:** Ability to write efficient parsers. + +**Description**: + +The Nimrod standard library currently lacks a YAML parsing module. This task requires you to read the YAML specification and to create a module which will be able to parse YAML data into an AST. Subsequently the parser can be used to create a high-level API to access the data. + +#### Integrate and expand new Async IO module #### Enhance the filesystem monitoring module "fsmonitor.nim" **Skill Requirements:** Knowledge of the Microsoft Windows api.