summary refs log tree commit diff stats
path: root/rod/cgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-5/+5
|
* changes to threads; --recursivePath supportAraq2011-01-291-4/+10
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-15/+8
|
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-1/+2
|
* implemented 'emit' pragmaAraq2011-01-071-5/+5
|
* bugfix: finally sections are executed before return/breakAraq2010-09-201-17/+18
|
* fixes for exception handling; added system.compileOptionAraq2010-09-131-1/+1
|
* bugfix: init of tempsAraq2010-08-241-0/+46
|
* accurate file/line informationAndreas Rumpf2010-08-141-4/+3
|
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-47/+24
|
* before stack init changeAndreas Rumpf2010-08-011-10/+11
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-54/+115
|
* tiny C backend for a much faster REPLAndreas Rumpf2010-04-021-19/+29
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* httpserver supports a fixed port numberAndreas Rumpf2010-02-061-0/+2
|
* better subscript overloadingrumpf_a@web.de2010-01-031-1/+1
|
* version 0.8.6Andreas Rumpf2009-12-221-0/+0
|
* got rid of platdef.c; compiler now always does linking steprumpf_a@web.de2009-12-201-2/+1
|
* got rid of platdef.c generationrumpf_a@web.de2009-12-191-0/+0
|
* variable dynamic lib namesAndreas Rumpf2009-12-151-25/+29
|
* floating point checksAndreas Rumpf2009-12-141-1/+1
|
* added nimlib/posixAndreas Rumpf2009-12-101-7/+3
|
* enhancements for cgen.libCandidatesAndreas Rumpf2009-12-091-29/+26
|
* BUGFIX: better error message when loading of dynamic lib proc failsAndreas Rumpf2009-12-091-13/+11
|
* bugfix: inconsequent tuple usageAndreas Rumpf2009-12-091-41/+33
|
* version 0.8.5: added Nimrod version of the compilerAndreas Rumpf2009-12-071-0/+905