summary refs log tree commit diff stats
path: root/compiler/renderer.nim
Commit message (Expand)AuthorAgeFilesLines
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-6/+0
* merged better html links #850Araq2014-04-081-11/+17
* implements ``distinct with/without X, Y``Zahary Karadjov2014-03-201-3/+12
* don't produce nested indents for nested stmt listsAraq2014-03-041-7/+10
* vm2: new representation of registersAraq2014-02-211-1/+1
* renderer knows about nkStaticTy and nkTypeClassTyAraq2014-01-231-0/+23
* next steps for closure iteratorsAraq2014-01-221-0/+5
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-4/+4
* bugfix: renderer supports 'ptr' etc. as type constraintAraq2014-01-121-4/+5
* case consistency: next stepsAraq2013-12-291-30/+30
* case consistency part 4Araq2013-12-271-10/+10
* case consistency part 1Araq2013-12-271-4/+4
* new VM: globals kinda workAraq2013-12-131-3/+7
* implemented 'import a as b'Araq2013-09-241-0/+6
* bugfix: 'not x of y' requires ()Araq2013-08-301-3/+9
* bugfix: rendering of typ|typ2Araq2013-06-271-8/+16
* completed expr/stmt unificationAraq2013-05-031-3/+2
* next steps for the new parser/grammarAraq2013-04-201-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* first steps to implement object construction expressionsAraq2013-03-071-2/+2
* fixes #293Araq2013-01-081-4/+3
* implemented 'import except'Araq2012-11-281-17/+16
* first steps for the 'export' featureAraq2012-11-281-0/+15
* made 'shared' a keywordAraq2012-11-221-1/+16
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+0
* 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