summary refs log tree commit diff stats
path: root/compiler/lexer.nim
Commit message (Expand)AuthorAgeFilesLines
* '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
* more uint related fixesZahary Karadjov2012-06-141-0/+4
* better support for unsigned integers.Zahary Karadjov2012-06-111-8/+33
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+2
* implemented 'static'; macros do not work anymoreAraq2012-03-151-2/+4
* bugfix: no need for arrows to be new token kindsAraq2012-02-121-2/+2
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-9/+13
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* path canonicalization and proper project relative pathsZahary Karadjov2011-12-091-4/+4
* 'export' is now a keywordAraq2011-11-241-3/+4
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+2
* old pointer deref operator completely removedAraq2011-07-231-2/+2
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
* nicer error messages for used keywords as identifiersAraq2011-06-191-0/+4
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-8/+8
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-13/+16
* got rid of some arcane module namesAraq2011-04-211-0/+768