From 967b56517970cbe2c0dadda7611e679ad62cd032 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 11 Feb 2015 13:57:34 +0100 Subject: [PATCH] Updated GSoC 2015 Ideas (markdown) --- GSoC-2015-Ideas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GSoC-2015-Ideas.md b/GSoC-2015-Ideas.md index b7fae3a..65937a0 100644 --- a/GSoC-2015-Ideas.md +++ b/GSoC-2015-Ideas.md @@ -241,11 +241,11 @@ or: **Mentor:** Araq ([@Araq](https://github.com/Araq)), def- ([@def-](http://github.com/def-)) ___ -#### Implement re2nim, a lexer generator for nimrod +#### Implement re2nim, a lexer generator for Nim **Description:** -Lexer generators are useful tools for writing all sorts of parsers. Currently Nim lacks a native Lexer generators. This project involves the implementation of a lexer generator. It should be modelled after [re2c](http://re2c.org/) or alternatively it can be based on the wide number of existing lexer generators such as Flex. +Lexer generators are useful tools for writing all sorts of parsers. Currently Nim lacks a native Lexer generator. This project involves the implementation of a lexer generator. It should be modelled after [re2c](http://re2c.org/) or alternatively it can be based on the wide number of existing lexer generators such as Flex. Here is a sketch of a possible implementation: