summary refs log tree commit diff stats
path: root/compiler/idgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler refactoring; use typesafe path handing; docgen: render symbols ↵Andreas Rumpf2018-09-071-5/+5
| | | | between modules
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-6/+6
|
* 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
id='n347' href='#n347'>347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381