diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-16 23:34:33 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-16 23:40:25 -0700 |
commit | c2a74205d690862d4df31682aa5bbe992227fda1 (patch) | |
tree | b570f38927e21af0ab05d4864cfd3676bb2b0880 /subx/apps/hex | |
parent | 70a999aaebbd05873be56b0460e0d4182397cfea (diff) | |
download | mu-c2a74205d690862d4df31682aa5bbe992227fda1.tar.gz |
5408
Bugfix ten: type error in `convert`. I was calling `rewind-stream` on a `buffered-file`. examples/ex1 is now just one nibble off the canonical. I *have* found one missing feature in the self-hosted translator, though: dquotes doesn't support newlines in strings, even though the C++ version does. dquotes parses them right, but the value initialized in the data segment is wrong.
Diffstat (limited to 'subx/apps/hex')
-rwxr-xr-x | subx/apps/hex | bin | 26848 -> 27614 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/hex b/subx/apps/hex
index 315e855c..bc838186 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differ |