Nicolás Ojeda Bär
Nicolás Ojeda Bär
That was my first thought as well, but the OCaml syntax is large and complicated. Moreover the official compiler also uses a yacc-based parser. Using a similar technology makes it...
I haven't given it much thought yet, but indeed I think it makes sense to release as a library.
I like the idea of applying a preprocessing step on the OCaml side to make it easier to parse on the Haskell side. Regarding the second part of your suggestion:...
@ndmitchell Hi Neil, in order to concretize matters a little bit, could you post a link to the internal Hoogle representation that we must target (step "2" of your blog...
Great! Does it mean we can already use Hoogle with OCaml (even if in a basic manner) ?
I think we are not there quite yet. I played around with Thierry's tool a little bit. For example, running `hooglebackend foo.cmi`, where `foo.ml` is ``` open Map module M...
> Camlzip does not support ZIP64 extensions. We are currently running into limit of 64k files. Has anyone worked on adding ZIP64 support? Out of curiosity, do you need ZIP64...
I don't have the bandwidth to see this one on through. Let's notch it up as an experiment.
> Not yet - it’s manually installing a pre-release Cygwin DLL… once it’s been released and AppVeyor’s updated, I’ll blow away the head commit and we can merge Two months...
CI is green. Merging!