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.