summary refs log tree commit diff stats
path: root/compiler/renderer.nim
Commit message (Expand)AuthorAgeFilesLines
* implements/fixes #195Araq2012-09-221-1/+2
* proc bodies can be expressions with a typeAraq2012-09-221-0/+4
* term rewriting macros fully implemented; still buggyAraq2012-09-031-6/+11
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-4/+5
* first steps towards term rewriting macrosAraq2012-08-301-6/+17
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-1/+1
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-2/+3
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-1/+3
* ';' now valid for parameter listsAraq2012-07-111-4/+9
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-2/+2
* docgen2 improvementsAraq2012-06-231-2/+16
* docgen2 improvementsAraq2012-06-231-9/+32
* better support for unsigned integers.Zahary Karadjov2012-06-111-0/+6
* added system.||; lacks runtime supportAraq2012-05-231-1/+1
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-101-1/+5
|\
| * fixed another docgen bug; initial mongodb wrapperAraq2012-04-061-1/+5
* | when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-051-5/+21
|/
* implemented 'static'; macros do not work anymoreAraq2012-03-151-0/+16
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-2/+2
* version 0.8.14Araq2012-02-091-0/+3
* further steps to closure supportAraq2012-02-061-2/+2
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+2
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+11
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* implemented 'let' statementAraq2011-11-291-12/+15
* lazy loading of body ast implementedAraq2011-10-301-1/+1
* 'bind' as a declarative statementAraq2011-10-101-0/+4
* new syntactic construct: a{i}Araq2011-10-081-1/+7
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-4/+2
* old pointer deref operator completely removedAraq2011-07-231-1/+1
* bugfix: generic instantiation across module boundariesAraq2011-06-061-14/+12
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-3/+6
* grammar changes for table constructor: second partAraq2011-04-211-2/+9
* got rid of some arcane module namesAraq2011-04-211-0/+1104