about summary refs log tree commit diff stats
path: root/apps/factorial3.subx
Commit message (Expand)AuthorAgeFilesLines
* 7441Kartik Agaram2020-12-281-1/+1
* 7154Kartik Agaram2020-11-011-20/+19
* 7032Kartik Agaram2020-10-141-29/+30
* 6507 - use syscall names everywhereKartik Agaram2020-06-101-2/+1
* 6089Kartik Agaram2020-03-061-2/+2
* 5924Kartik Agaram2020-01-271-2/+2
* 5897 - rename comparison instructionsKartik Agaram2020-01-161-2/+2
* 5880Kartik Agaram2020-01-101-1/+1
* 5809Kartik Agaram2019-12-091-3/+3
* 5782 - fix a widespread bug with Heap-sizeKartik Agaram2019-11-301-1/+1
* 5707Kartik Agaram2019-10-191-0/+4
* 5706 - example at different levels of syntax sugarKartik Agaram2019-10-191-0/+77
ing.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
dist: 'trusty'

language: 'python'
python:
    - '2.7'
    - '3.4'
    - '3.5'

install:
    - 'pip install pytest pylint flake8'

script:
    - 'make test'