summary refs log tree commit diff stats
path: root/compiler/idgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 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 382