summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* implemented 'let' statementAraq2011-11-2922-70/+69
* thoughts about implicit includes and importsAraq2011-11-291-11/+16
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-2/+2
* compiler uses new 'readLine'Araq2011-11-276-58/+51
* argument passing with --run option works againAraq2011-11-272-7/+7
* fixes #31Araq2011-11-272-10/+6
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-2610-384/+529
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-2510-384/+529
* | fixed bug that kept tls emulation from workingAraq2011-11-251-3/+3
* | new pragma: 'noinit'Araq2011-11-254-17/+23
|/
* 'export' is now a keywordAraq2011-11-242-5/+7
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-243-166/+236
* unused constants are optimized awayAraq2011-11-223-36/+45
* proper error message when attempting to eval C'imported procsAraq2011-11-202-61/+52
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-208-73/+117
* tester: threading tests addedAraq2011-11-192-5/+6
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-185-35/+79
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-183-5/+10
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-154-14/+19
* compilation cache: improvement: switching from codegen to 'check only' does n...Araq2011-11-151-1/+18
* bugfix: s[1..n] = @[] produced wrong C codeAraq2011-11-143-14/+33
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-121-2/+2
|\
| * Added system.program_results for controlling the exit code of the program und...Zahary Karadjov2011-11-101-2/+2
* | added another test caseAraq2011-11-121-1/+1
|/
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-14/+24
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-063-18/+33
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-1/+4
* new kind of AST printer that prints indented treesZahary Karadjov2011-11-042-4/+1
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-031-5/+5
* bugfix: code gen for constant sequencesAraq2011-11-021-2/+7
* fix of recently introduced parsing bugAraq2011-11-021-1/+1
* fixes #2Araq2011-11-021-1/+3
* fixes #59Araq2011-11-021-0/+3
* small bugfixes to make more tests greenAraq2011-11-024-3/+15
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-021-1/+1
|\
| * Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-1/+1
* | better code generation for constant aggregatesAraq2011-11-027-23/+67
* | bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ...Araq2011-10-301-0/+6
|/
* lazy loading of body ast implementedAraq2011-10-3019-64/+126
* compilation cache: slurped files are a dependency tooAraq2011-10-304-2/+12
* constant folding for cnst[i] and cnst.attrAraq2011-10-294-12/+71
* eval context for macros lives as long as the current module is compiledAraq2011-10-284-18/+44
* JS backend: supports methods (untested)Araq2011-10-281-14/+22
* new compiler option tlsEmulationAraq2011-10-277-23/+23
* compilation cache: DLL interfacing now worksAraq2011-10-274-42/+42
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-2712-142/+301
* compilation cache: mostly working; generics not yetAraq2011-10-2510-49/+93
* compilation cache: multi methods now workAraq2011-10-244-21/+36
* compilation cache: better dependency checkingAraq2011-10-234-9/+31
* compilation cache: small fixes; methods still not workingAraq2011-10-234-18/+26