about summary refs log tree commit diff stats
path: root/apps/crenshaw2-1b
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-04 21:57:51 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-04 23:02:53 -0800
commit18d5bab2b66406ee1e329ef099b375d98f0c2dd8 (patch)
tree00c29a0b83fc049a9362bd5cb1337926257329e1 /apps/crenshaw2-1b
parent8a8db34f259f12b06f7b87e4f4c1b5530425ff29 (diff)
downloadmu-18d5bab2b66406ee1e329ef099b375d98f0c2dd8.tar.gz
7329 - snapshot: advent day 4 part 2
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.
Diffstat (limited to 'apps/crenshaw2-1b')
-rwxr-xr-xapps/crenshaw2-1bbin46565 -> 46657 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b
index 95447807..c285a509 100755
--- a/apps/crenshaw2-1b
+++ b/apps/crenshaw2-1b
Binary files differ