index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Mode
Name
Size
d---------
.github
/
ISSUE_TEMPLATE
41
log
stats
plain
-rw-r--r--
.gitignore
723
log
stats
plain
blame
-rw-r--r--
.gitlab-ci.yml
908
log
stats
plain
blame
-rw-r--r--
.travis.yml
1999
log
stats
plain
blame
-rw-r--r--
appveyor.yml
3295
log
stats
plain
blame
d---------
bin
72
log
stats
plain
d---------
build
37
log
stats
plain
-rw-r--r--
build_all.sh
747
log
stats
plain
blame
-rw-r--r--
changelog.md
3755
log
stats
plain
blame
d---------
changelogs
178
log
stats
plain
d---------
ci
186
log
stats
plain
-rw-r--r--
compiler.nimble
203
log
stats
plain
blame
d---------
compiler
5334
log
stats
plain
d---------
config
159
log
stats
plain
-rw-r--r--
copying.txt
1257
log
stats
plain
blame
d---------
doc
1726
log
stats
plain
d---------
examples
409
log
stats
plain
d---------
icons
500
log
stats
plain
-rw-r--r--
koch.nim
19509
log
stats
plain
blame
-rw-r--r--
koch.nim.cfg
10
log
stats
plain
blame
d---------
lib
772
log
stats
plain
d---------
nimdoc
76
log
stats
plain
d---------
nimpretty
156
log
stats
plain
d---------
nimsuggest
282
log
stats
plain
-rw-r--r--
readme.md
11892
log
stats
plain
blame
d---------
testament
358
log
stats
plain
d---------
tests
4093
log
stats
plain
d---------
tinyc
1606
log
stats
plain
d---------
tools
1157
log
stats
plain
ef='#n487'>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
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674