about summary refs log tree commit diff stats
path: root/127next-word.subx
Commit message (Collapse)AuthorAgeFilesLines
* support non-line-oriented processing in next-wordKartik K. Agaram2021-07-291-11/+26
| | | | Immediately this simplifies support for comments in image data.
* 7329 - snapshot: advent day 4 part 2Kartik Agaram2020-12-041-1/+63
| | | | | | | | | | | | I've found two bugs in SubX libraries: 1. next-word had an out-of-bounds read 2. next-word was skipping comments, because that's what I need during bootstrapping. I've created a new variant called next-raw-word that doesn't skip comments. These really need better names. We're now at the point where 4b.mu has the right structure and returns identical result to 4a.mu.
* 6783Kartik Agaram2020-09-161-0/+49
| | | | An extra test that should have been in commit 6781.
* 6781 - new app: RPN (postfix) calculatorKartik Agaram2020-09-151-4/+3
| | | | This was surprisingly hard; bugs discovered all over the place.
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+252
ref='#n135'>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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195