Wrong line endings output by interpreters built with remglk

So I built interpreters (found here) with remglk (found here), on macOS and on Windows (with Cygwin, if that matters).

I noticed that the JSON output by remglk uses \r\n new lines on macOS and \n new lines on Windows. However, I think it’s supposed to be the other way around.

I don’t know where this issue comes from, but it caused me some trouble. Not a lot, but I guess it doesn’t harm to report it.