summary refs log tree commit diff stats
path: root/compiler/wordrecg.nim
Commit message (Expand)AuthorAgeFilesLines
* added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* made 'shared' a keywordAraq2012-11-221-2/+3
* implemented 'tags' pragmaAraq2012-11-111-3/+3
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-4/+4
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-4/+5
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-2/+2
* next steps to hygienic templatesAraq2012-08-201-2/+3
* first steps to make templates hygienicAraq2012-08-201-2/+2
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-2/+2
* destructor pragmaZahary Karadjov2012-06-071-2/+2
* codegen for user-defined destructorsZahary Karadjov2012-05-251-1/+6
* more Objective-C and C keywords are now escapedZahary Karadjov2012-04-181-4/+12
* experimental support for preserving local variable names in the generated codeZahary Karadjov2012-04-131-7/+45
* Added ``global`` pragma that can be used to introduce new global variables fr...Zahary Karadjov2012-04-051-2/+2
* merged branch overloading-for-macrosZahary Karadjov2012-03-191-2/+2
|\
| * bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-2/+2
* | first steps for cleaner static/const distinctionAraq2012-03-131-6/+8
|/
* bugfix: no need for arrows to be new token kindsAraq2012-02-121-2/+2
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-6/+10
* pragma on/off improvements; endb rewrittenAraq2012-01-281-2/+2
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new pragma: 'noinit'Araq2011-11-251-2/+2
* 'export' is now a keywordAraq2011-11-241-2/+3
* renamed optional to discardableAraq2011-09-241-2/+2
* implemented optional pragma for implicit discardAraq2011-09-241-2/+2
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-2/+3
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-29/+18
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-4/+7
* old pointer deref operator completely removedAraq2011-07-231-3/+3
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-2/+2
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-4/+5
* basic thread analysis workingAraq2011-06-131-2/+2
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-2/+2
* := templatable; lexer improvementsAraq2011-04-171-2/+2
* big repo cleanupAraq2011-04-121-0/+129
#n439'>439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563