You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source of this bug is probably the use of the String.toCString function from the SML Basis Library (I haven't actually checked the source). Note that \' is a valid C escape sequence, the toCString function is behaving correctly. The bug fix is to write a string literal processor that is customized to .asciz using the String.translate function.
from the following program
On Ubuntu 18.04, likely using clang to compile.
The text was updated successfully, but these errors were encountered: