Updated GSoC 2014 Ideas (markdown)
This commit is contained in:
parent
f59762a9f2
commit
23ddc9dbe8
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue