Florian Angeletti
Florian Angeletti
Running the ocaml 4.07 parser on the 353 compiler ml files after loading them in memory, yields a median increase of parsing time of 7% when using the DLS version....
Taking in account the facts that: * thread safety is already an issue in OCaml 4 * menhir is a widely available upgrade * there are hacks that allow to...
This PR broke bootstrapping: there are some dependencies on `config_main` that remain even when `IN_COREBOOT_CYCLE` is true which breaks the `coreboot` target.
Thanks for triaging the issue!
I agree that it might be worth it to harmonize the behavior of the type-directed disambiguation in both cases.
@EduardoRFS Since the merge windows for OCaml 5.1 is open, what are your thoughts on starting by restricting the syntax first to `let(. )` or `let.` (which fits your examples)?
A potential issue with `let.option+` is that after a lower-case non-keyword ident a symbol is normally the start of a new token, so people might read it as `let.option` `+`...
Thanks for the feedback ! Except if the student is really interested in Vulkan, I don't think that this hobby project of mine is a good fit foran introduction to...
It does sound like there is something fishy going on, I would try to find the time to think about the issue this week.
The feature can be implemented downstream; but it might be a good idea to extend the kind of keys indeed. I will think about it.