summary refs log tree commit diff stats
path: root/doc/astspec.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix a table in macros documentationDmitry Polienko2016-10-191-0/+1
* NimSymbol has been renamed to NimSymdef2016-06-061-1/+1
* doc fixYuriy Glukhov2015-11-231-3/+5
* Merge pull request #3000 from apense/patch-6Andreas Rumpf2015-06-261-2/+3
|\
| * Clarified nnkFloat64Litapense2015-06-261-2/+3
* | Updated nnkRange docsapense2015-06-261-1/+29
|/
* rename writeln to writeLine in docpatrick dw2015-06-191-2/+2
* Minor fixes to astspecapense2015-06-181-37/+38
* Merge pull request #2954 from avsej/fix-rest-syntax-in-astspecAndreas Rumpf2015-06-181-59/+59
|\
| * Fix reST syntax in doc/astspec.txtSergey Avseyev2015-06-181-3/+3
| * Remove trailing spaces in doc/astspec.txtSergey Avseyev2015-06-181-57/+57
* | More documentation of ASTapense2015-06-171-1/+95
|/
* Added uints to Leaf nodesapense2015-06-161-0/+4
* Fleshed out type sectionapense2015-06-151-2/+103
* Added import-type statementsapense2015-06-151-0/+96
* Minor updates; addition of `var` return in procsapense2015-06-151-0/+48
* Added static typesapense2015-06-151-0/+20
* Added raw string literal function calls docsapense2015-06-151-0/+19
* Corrected capitalizationapense2015-06-151-1/+1
* Updated type section a littleapense2015-06-151-0/+44
* Clarified ASTapense2015-06-151-4/+4
* Added some documentationapense2015-06-151-16/+391
* Update ast spec about uint literalsdef2015-05-181-1/+1
* macros.PNimrodNode is now NimNodeAraq2015-02-241-18/+14
* Nimrod renamed to NimAraq2014-08-281-56/+56
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-5/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* bind tableAndreas Rumpf2009-11-121-3/+9
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+572
376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 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 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597