Updated GSoC 2014 Ideas (markdown)
This commit is contained in:
parent
a5a3258dab
commit
50ebc86cc2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue