about summary refs log tree commit diff stats
path: root/032---operands.cc
Commit message (Collapse)AuthorAgeFilesLines
* 5892Kartik Agaram2020-01-141-2/+0
|
* 5865Kartik Agaram2020-01-021-1/+1
| | | | Give the bootstrap C++ program a less salient name.
* 5863Kartik Agaram2020-01-021-2/+5
| | | | | | | | | Just clarified for myself why `subx translate` and `subx run` need to share code: emulation supports the tests first and foremost. In the process we clean up our architecture for levels of layers. It's a good idea but unused once we reconceive of "level 1" as just part of the test harness.
* 5670Kartik Agaram2019-09-191-0/+539
f='#n111'>111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165