summary refs log tree commit diff stats
path: root/compiler/idgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove unused stuffJacek Sieka2016-08-091-1/+1
|
* C code generation now deterministic; fixes #4364Andreas Rumpf2016-06-221-7/+1
|
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
|
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-11/+11
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* renamefestAraq2014-08-231-1/+1
|
* fixed tuples in a static context; preparations for correct compile time ↵Araq2014-03-221-1/+1
| | | | evaluation of integral ops
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-3/+3
|
* case consistency part 1Araq2013-12-271-3/+3
|
* next steps to hygienic templatesAraq2012-08-201-5/+1
|
* genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-2/+5
| | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* compiler uses new 'readLine'Araq2011-11-271-5/+8
|
* rod files: next trivial examples workingAraq2011-10-221-1/+4
|
* first steps to C file merge operation for incremental compilationAraq2011-10-211-3/+6
|
* much more efficient rod file generationAraq2011-10-181-0/+57
ass="w"> env: COMMAND=./test_layers CXX=clang++ START=080 END=085 - env: COMMAND=./test_layers CXX=clang++ START=085 END=090 - env: COMMAND=./test_layers CXX=clang++ START=090 END=095 - env: COMMAND=./test_layers CXX=clang++ START=095 END=999 # overflow; will start timing out if we add too many layers - env: COMMAND=./test_layers CXX=clang++ START=chessboard - env: COMMAND=./test_layers CXX=clang++ START=edit - env: COMMAND=./test_layers CXX=clang++ START=edit2 - env: COMMAND=./test_layers CXX=clang++ START=edit3 - env: COMMAND=./test_layers CXX=clang++ START=edit4 - env: COMMAND=./test_layers CXX=g++ START=one-off # minimal testing for gcc # other build scripts - env: COMMAND=./test_layers BUILD=build0 START=one-off - env: COMMAND=./test_layers BUILD=build1 START=one-off - env: COMMAND=./test_layers BUILD=build2 START=one-off # other directories - env: COMMAND=./subx/test_layers - env: COMMAND=./subx/test_apps script: - $COMMAND $START $END notifications: email: on_success: never on_failure: always