Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Andreas Rumpf 2014-02-10 14:49:58 -08:00
parent f59762a9f2
commit 23ddc9dbe8
1 changed files with 8 additions and 2 deletions

View File

@ -27,5 +27,11 @@ Below is a list of project ideas for the 2014 GSoC Application for Nimrod
* Add search capabilities to the documentation
## Tools & Infrastructure
- **Update and refactor nimrod builder**
* Reduce the number of assumptions the nimrod builder makes about its host system, in order to reduce configuration restrictions. Assumptions include location and usage of external tools, such as git.
**Update and refactor nimrod builder**
* Reduce the number of assumptions the nimrod builder makes about its host system, in order to reduce configuration restrictions. Assumptions include location and usage of external tools, such as git.
**Implement re2nim, a lexer generator for nimrod**
* Model it after re2c or the Ragel state machine generator
**Implement a Nimrod backend for the Ragel state machine generator**
* http://www.complang.org/ragel/