Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5408 | Kartik Agaram | 2019-07-16 | 1 | -0/+161 |
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. |