about summary refs log tree commit diff stats
path: root/subx/074print-int-decimal.subx
Commit message (Expand)AuthorAgeFilesLines
* 5144Kartik Agaram2019-05-041-1/+7
* 5143 - add a bounds checkKartik Agaram2019-05-041-0/+10
* 5142Kartik Agaram2019-05-041-12/+20
* 5141Kartik Agaram2019-05-041-7/+7
* 5140 - fix an out-of-bounds bugKartik Agaram2019-05-041-2/+2
* 5139Kartik Agaram2019-05-041-10/+6
* 5138Kartik Agaram2019-05-041-11/+4
* 5137Kartik Agaram2019-05-041-77/+52
* 5136 - test for a previous bugKartik Agaram2019-05-041-0/+30
* implemented solutionnc2019-05-031-1/+109
* exercise: reimplement print-int-decimalKartik Agaram2019-04-261-97/+1
* 5125Kartik Agaram2019-04-251-4/+4
* 5122Kartik Agaram2019-04-231-3/+3
* 5121Kartik Agaram2019-04-231-1/+1
* 5118 - convert int to stringKartik Agaram2019-04-231-0/+285
.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 */
parse/0: instruction: copy
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
parse/0:   product: {name: "a", value: 0, type: 6, properties: ["a": "point"]}
parse/0: instruction: copy
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
parse/0:   product: {name: "b", value: 0, type: 1, properties: ["b": "integer"]}
name/0: assign a 1
name/0: assign b 3
after-brace/0: recipe main
after-brace/0: copy ...
after-brace/0: copy ...