Carl Gay
Carl Gay
Fix backslash processing in make-hash-literal.
I think all of the above is done: 36f5ba6cf dfmc-reader: Add support for #"""quoted-symbol""" syntax e307b8613 dfmc-reader: Add support for raw string literals (#r" and #r""") 839320693 dfmc-reader: Add support...
Done in DEP 12 implementation.
This is needed for the json parser.
https://arxiv.org/pdf/2101.11408.pdf
The variable/constant needn't be a thread variable. I just ran into the same problem with protocol buffers, in which I tried to update an `$introspection-data` table with top-level code that...
I'm dropping this here on the theory that it's a similar/related issue. I have top-level code that makes an instance of ``, which is defined in a subsequent file. (I'm...
It looks like `run-application` on Windows doesn't work with a sequence of strings at all, which makes sense since neither does the win32 `CreateProcessA` API as far as I can...
Another instance... probably no new info here but just in case. I changed my `buffer-size` local variable into a global named `*buffer-size*` but neglected to update this reference: ```dylan let...