| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Break a dependency from `print-int32` to `from-hex-char`.
|
|
|
|
| |
CI should have been failing for a few days. Now fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Still some failing tests:
- emit-string-literal-data doesn't ignore metadata when computing the
length of literal strings
- emit-string-literal-data doesn't handle escape sequences
One issue doesn't have a failing test:
- emit-metadata doesn't handle string literals containing '/'
All these open issues involve a common design question: how to parse a
'word' that includes a string literal that may include spaces.
For everything else I know words can't contain spaces and datums can't
contain slashes. But for string literals things are tougher.
|
|
|
|
|
| |
dquotes.subx is now segfaulting after this merge. Seems to be trying to
use addresses from the old stack.
|
|
|