summary refs log tree commit diff stats
path: root/compiler/lexer.nim
Commit message (Expand)AuthorAgeFilesLines
* nimsuggest: first versionAraq2015-01-271-1/+9
* Merge pull request #1841 from skyfex/develAndreas Rumpf2015-01-121-0/+19
|\
| * Added support for big 'u64 literalsAudun Wilhelmsen2015-01-021-0/+19
* | Happy new year!Guillaume Gelin2015-01-061-1/+1
|/
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-3/+3
* implements 'defer'Araq2014-12-041-2/+4
* fixes #1473Araq2014-11-121-6/+13
* deprecated '#[' comments for future multi-line comment featureAraq2014-09-281-1/+6
* changed comment handling (breaking change); part 2Araq2014-09-071-1/+8
* changed comment handling (breaking change)Araq2014-09-071-17/+30
* updated the compiler to use the new symbol namesAraq2014-08-281-6/+6
* Nimrod renamed to NimAraq2014-08-281-3/+3
* renamefestAraq2014-08-231-1/+1
* renamefestAraq2014-08-231-3/+3
* 'lambda' is no keyword anymoreAraq2014-08-081-2/+2
* fixes #1166Araq2014-07-011-12/+9
* fixes #1265Araq2014-07-011-2/+8
* fixes #1264Araq2014-07-011-0/+4
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-2/+2
* Merge pull request #1003 from flaviut/develAndreas Rumpf2014-03-161-0/+1
|\
| * Add token position to `nimrod scan`flaviut2014-03-141-0/+1
* | allow multi-line expressions using the dot operatorZahary Karadjov2014-03-161-2/+7
* | implements strongSpaces parsing modeAraq2014-03-071-0/+16
|/
* next steps for closure iteratorsAraq2014-01-221-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-44/+44
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-61/+61
* case consistency part 1Araq2013-12-271-4/+4
* bugfix: keywords are sortedAraq2013-12-051-4/+6
* Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-2/+2
|\
| * implemented the using statementZahary Karadjov2013-08-311-2/+2
* | fixes #572Araq2013-08-301-5/+5
|/
* fixes token's column informationAraq2013-07-301-2/+7
* implements nicer floating point literalsAraq2013-06-271-12/+13
* Merge branch 'master' into newparserAraq2013-05-041-8/+8
|\
| * nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-8/+8
* | new parser worksAraq2013-04-201-0/+1
* | next steps for the new parser/grammarAraq2013-04-201-41/+37
* | first steps to the new parser/grammarAraq2013-04-191-59/+17
|/
* fixes #310Araq2013-04-131-0/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* cleaned up some debugging codeZahary Karadjov2013-01-201-3/+3
* adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-7/+22
* CaaS in-memory cachingZahary Karadjov2012-11-281-3/+6
* made 'shared' a keywordAraq2012-11-221-2/+3
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+1
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-5/+8
* implemented backslash for continuation commentsAraq2012-08-231-6/+16
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-3/+6