about summary refs log tree commit diff stats
path: root/factorial.mu
Commit message (Expand)AuthorAgeFilesLines
* 690 - convention: '$' commands for debugging onlyKartik K. Agaram2015-02-011-2/+2
* 578 - switch to non-polymorphic 'print' functionsKartik K. Agaram2015-01-171-1/+1
* 574 - printing string literals is a hack; hard-code it in for nowKartik K. Agaram2015-01-161-2/+2
* 571 - screen primitives take an explicit terminalKartik K. Agaram2015-01-151-3/+3
* 497 - strengthen the concept of 'space'Kartik K. Agaram2015-01-021-1/+1
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-13/+13
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-2/+2
* 401 - stop abbreviating opsKartik K. Agaram2014-12-121-4/+4
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-4/+6
* 307Kartik K. Agaram2014-11-231-1/+4
* 269Kartik K. Agaram2014-11-181-0/+2
* 268 - recursive function: factorialKartik K. Agaram2014-11-171-0/+15
;id=1f1d85bb9c614d93ce38becdcc421dda00264a75'>1f1d85bb9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
          
                                                                        
 
                                                                 

                                



                                     

                             
 



                                                                         
#! /bin/sh
rem DO NO EDIT DIRECTLY! auto-generated by `nim r tools/ci_generate.nim`

# build development version of the compiler; can be rerun safely.
# arguments can be passed, e.g.:
# CC=gcc ucpu=amd64 uos=darwin

set -u # error on undefined variables
set -e # exit on first error

. ci/funs.sh
nimBuildCsourcesIfNeeded "$@"

echo_run bin/nim c --skipUserCfg --skipParentCfg --hints:off koch
echo_run ./koch boot -d:release --skipUserCfg --skipParentCfg --hints:off
echo_run ./koch tools --skipUserCfg --skipParentCfg --hints:off