From 23ddc9dbe82b5841b6e6824535294626ed1e6ed5 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 10 Feb 2014 14:49:58 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index 2426848..b912a19 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -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. \ No newline at end of file +**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/