Open backtracking opened 3 weeks ago
ah, darn. Will fix it soon :-)
An easy fix would be to prefix the comments from Koka source with //
in the C code.
(Or to remove them, of course, as this is in generated C code after all.)
Should be fixed now using your technique.
Nested comments are accepted in Koka source code, but then are copied verbatim in C source code, resulting in errors after the first closing
*/
. For instance, this Koka source coderesults in the following syntax error:
I'm using Koka version 3.1.2.