index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
lexer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
'mixin' and 'interface' are now keywords
Araq
2012-09-22
1
-5
/
+8
*
implemented backslash for continuation comments
Araq
2012-08-23
1
-6
/
+16
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
1
-3
/
+6
*
more uint related fixes
Zahary Karadjov
2012-06-14
1
-0
/
+4
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-8
/
+33
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
1
-0
/
+2
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-2
/
+4
*
bugfix: no need for arrows to be new token kinds
Araq
2012-02-12
1
-2
/
+2
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
1
-9
/
+13
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
1
-4
/
+4
*
'export' is now a keyword
Araq
2011-11-24
1
-3
/
+4
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-2
/
+2
*
old pointer deref operator completely removed
Araq
2011-07-23
1
-2
/
+2
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-5
/
+5
*
nicer error messages for used keywords as identifiers
Araq
2011-06-19
1
-0
/
+4
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-8
/
+8
*
lexer, parser cleanup; boehm gc for mac os x
Araq
2011-05-17
1
-13
/
+16
*
got rid of some arcane module names
Araq
2011-04-21
1
-0
/
+768