Samuel Marquis

Results 6 comments of Samuel Marquis

Would also love to see this one renamed from `caml` to `ocaml` if you're set on fixing the names of things a la `ansi_c`

I'm working on a compiler project in OCaml to learn the language right now--I will almost certainly be returning to this lexer over the next couple months. There's a LOT...

Note: only with single quotes, not double quotes. Does this come down to "what does the lexer say is a string/comment(?)" or is there something internal that handles it?

Thanks for the pointer, I'll mess around with this and send a PR if I get it figured out. Do you guys prefer/prioritize PRs on the mailing list, or is...

Why _does_ the process need to stick around after `stdin` gets closed & the child process is joined(?)? This is perhaps naive, but could it use a file in `/tmp`...

Although I'm not certain, [this](https://github.com/NixOS/nix/issues/2982#issuecomment-539794642) seemed to fix the issue? Leaving it open in case anyone else runs into a stranger variant, or if it re-emerges.