about summary refs log tree commit diff stats
path: root/edit.mu
Commit message (Expand)AuthorAgeFilesLines
* 497 - strengthen the concept of 'space'Kartik K. Agaram2015-01-021-1/+1
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-12/+12
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-1/+1
* 401 - stop abbreviating opsKartik K. Agaram2014-12-121-3/+3
* 341 - standardize traces againKartik K. Agaram2014-11-271-1/+1
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-2/+2
* 202 - variable names for edit.muKartik K. Agaram2014-11-011-11/+12
* 181 - fix inconsistent metadataKartik K. Agaram2014-10-301-2/+2
* 175 - have 'new' write array size automaticallyKartik K. Agaram2014-10-291-2/+0
* 160 - fix stale editor testKartik K. Agaram2014-10-281-13/+13
* 145 - delete random programsKartik K. Agaram2014-10-141-17/+0
* 121 - finally I can alloc a 2D arrayKartik K. Agaram2014-10-071-9/+11
* 113 - slight progress working with screen 2D arrayKartik K. Agaram2014-10-061-0/+18
* 100Kartik K. Agaram2014-10-051-1/+1
* 99 - edit.mu looks much cleaner nowKartik K. Agaram2014-10-051-17/+8
* 95Kartik K. Agaram2014-10-041-0/+25
cape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.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 */
parse/0: instruction: copy
parse/0:   ingredient: {name: "1", value: 0, type: 0, properties: ["1": "literal"]}
parse/0:   product: {name: "12", value: 0, type: 1, properties: ["12": "integer"]}
parse/0: instruction: copy
parse/0:   ingredient: {name: "35", value: 0, type: 0, properties: ["35": "literal"]}
parse/0:   product: {name: "13", value: 0, type: 1, properties: ["13": "integer"]}
parse/0: instruction: copy
parse/0:   ingredient: {name: "36", value: 0, type: 0, properties: ["36": "literal"]}
parse/0:   product: {name: "14", value: 0, type: 1, properties: ["14": "integer"]}
parse/0: instruction: maybe-convert
parse/0:   ingredient: {name: "12", value: 0, type: 8, properties: ["12": "integer-or-point"]}
parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: ["0": "variant"]}
parse/0:   product: {name: "20", value: 0, type: 2-6, properties: ["20": "address":"point"]}
after-brace/0: recipe main
after-brace/0: copy ...
after-brace/0: copy ...
after-brace/0: copy ...
after-brace/0: maybe-convert ...
new/0: routine allocated memory from 1000 to 101000
schedule/0: main
run/0: instruction main/0
run/0: {name: "12", value: 12, type: 1, properties: ["12": "integer"]} <- copy {name: "1", value: 1, type: 0, properties: ["1": "literal"]}
run/0: ingredient 0 is 1
mem/0: storing 1 in location 12
run/0: instruction main/1
run/0: {name: "13", value: 13, type: 1, properties: ["13": "integer"]} <- copy {name: "35", value: 35, type: 0, properties: ["35": "literal"]}
run/0: ingredient 0 is 35
mem/0: storing 35 in location 13
run/0: instruction main/2
run/0: {name: "14", value: 14, type: 1, properties: ["14": "integer"]} <- copy {name: "36", value: 36, type: 0, properties: ["36": "literal"]}
run/0: ingredient 0 is 36
mem/0: storing 36 in location 14
run/0: instruction main/3
run/0: {name: "20", value: 20, type: 2-6, properties: ["20": "address":"point"]} <- maybe-convert {name: "12", value: 12, type: 8, properties: ["12": "integer-or-point"]}, {name: "0", value: 0, type: 0, properties: ["0": "variant"]}
run/0: ingredient 0 is 12
run/0: ingredient 1 is 0
mem/0: storing 0 in location 20