Updated GSoC 2015 Ideas (markdown)
This commit is contained in:
parent
9a8d45dec6
commit
967b565179
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue