about summary refs log tree commit diff stats
path: root/304screen.subx
Commit message (Expand)AuthorAgeFilesLines
* 7237Kartik Agaram2020-11-141-0/+3
* 7234Kartik Agaram2020-11-141-1/+1
* 6946 - print floats somewhat intuitively in hexKartik Agaram2020-10-041-0/+13
* 6792Kartik Agaram2020-09-161-39/+25
* 6791Kartik Agaram2020-09-161-0/+8
* 6790 experiment: explicit flushKartik Agaram2020-09-161-25/+31
* 6781 - new app: RPN (postfix) calculatorKartik Agaram2020-09-151-0/+19
* 6777Kartik Agaram2020-09-141-0/+31
* 6718Kartik Agaram2020-08-161-0/+13
* 6706 - support utf-8Kartik Agaram2020-08-021-2/+46
* 6705Kartik Agaram2020-08-021-1/+1
* 6704Kartik Agaram2020-08-021-28/+28
* 6703 - new types: code-point and graphemeKartik Agaram2020-08-021-2/+3
* 6699 - start building out fake screenKartik Agaram2020-08-011-29/+29
* 6680Kartik Agaram2020-07-261-3/+0
* 6624Kartik Agaram2020-07-091-0/+1
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+338
light .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: 1
parse/0:   ingredient: {name: "34", type: 0}
parse/0:   product: {name: "1", type: 1}
parse/0: instruction: 1
parse/0:   ingredient: {name: "33", type: 0}
parse/0:   product: {name: "2", type: 1}
parse/0: instruction: 15
parse/0:   ingredient: {name: "1", type: 1}
parse/0:   ingredient: {name: "2", type: 1}
parse/0:   product: {name: "3", type: 1}
run/0: instruction 0
run/0: ingredient 0 is 34
mem/0: storing in location 1
run/0: instruction 1
run/0: ingredient 0 is 33
mem/0: storing in location 2
run/0: instruction 2
run/0: ingredient 0 is 1
mem/0: location 1 is 34
run/0: ingredient 1 is 2
mem/0: location 2 is 33
run/0: product 0 is 0
mem/0: storing in location 3