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
/
parser.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
'inject' for 'for' loop variables
Araq
2013-05-14
1
-5
/
+5
*
completed expr/stmt unification
Araq
2013-05-03
1
-3
/
+3
*
new parser works with docgen
Araq
2013-05-02
1
-0
/
+1
*
proper scoping for 'if'
Araq
2013-04-30
1
-8
/
+11
*
first steps to the expr/stmt unification
Araq
2013-04-30
1
-12
/
+82
*
new parser: diallow more things
Araq
2013-04-23
1
-0
/
+1
*
made some tests green
Araq
2013-04-22
1
-0
/
+4
*
bugfix: 'import x var y' without newline doesn't parse anymore
Araq
2013-04-21
1
-1
/
+1
*
new parsing scheme is documented
Araq
2013-04-21
1
-27
/
+27
*
new parser works
Araq
2013-04-20
1
-36
/
+61
*
next steps for the new parser
Araq
2013-04-20
1
-31
/
+32
*
next steps for the new parser/grammar
Araq
2013-04-20
1
-221
/
+233
*
first steps to the new parser/grammar
Araq
2013-04-19
1
-184
/
+304
*
fixes #310
Araq
2013-04-13
1
-2
/
+2
*
fixes #283
Araq
2013-04-11
1
-1
/
+1
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
next steps for object construction expressions
Araq
2013-03-07
1
-1
/
+1
*
first steps to implement object construction expressions
Araq
2013-03-07
1
-20
/
+27
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-80
/
+36
|
\
*
idetools improvements (2)
Araq
2012-08-03
1
-1
/
+1
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-3
/
+5
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
1
-1
/
+15
*
implemented #133
Araq
2012-07-19
1
-1
/
+25
*
improvements for 'bind', fixes #166
Araq
2012-07-18
1
-5
/
+4
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-1
/
+1
*
';' as statement separator
Araq
2012-07-12
1
-6
/
+7
*
fixes #112
Araq
2012-07-11
1
-0
/
+2
*
';' now valid for parameter lists
Araq
2012-07-11
1
-3
/
+3
*
documented optional indentation for 'case' statements/'case' objects
Araq
2012-06-22
1
-0
/
+9
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-0
/
+24
*
optional indentation for case statements
Zahary Karadjov
2012-05-23
1
-3
/
+22
*
stand-alone except and finally blocks
Zahary Karadjov
2012-05-23
1
-1
/
+10
*
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
1
-6
/
+8
*
made built-in types primary expressions to allow infix operators to be used w...
Zahary Karadjov
2012-04-20
1
-50
/
+47
[next]