summary refs log tree commit diff stats
path: root/compiler/c2nim/clex.nim
Commit message (Collapse)AuthorAgeFilesLines
* Properly lex floating constantsVincent Burns2014-01-121-5/+20
| | | | | | digit-sequence? '.' digit-sequence exponent-part? digit-sequence '.' exponent-part? exponent-part: [eE] [+-]? digit-sequence
* Lex '\xHH' character constantsVincent Burns2014-01-121-0/+17
|
* case consistency part 8Araq2013-12-281-29/+29
|
* cn2im: basic C++ supportAraq2013-09-101-0/+3
|
* c2nim compiles againAraq2013-05-151-1/+1
|
* c2nim, pas2nim compile againAraq2013-05-071-8/+8
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* c2nim, pas2nim compile againAraq2012-02-291-2/+2
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* path canonicalization and proper project relative pathsZahary Karadjov2011-12-091-4/+4
|
* big repo cleanupAraq2011-04-121-0/+752