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