-
When trying to install with `npm install -g https://github.com/reasonml/reason-cli/archive/beta-v-1.13.6-bin-linux.tar.gz`, using npm 5.3.0, the installation fails with the following error:
```
/u…
-
ocamljava fails with
"Error: Cannot compile goto_table_4081 (Java method is too long: 94429 bytes)"
The function in question is generated by Menhir into Coq, then extracted into OCaml, so I really ha…
-
Following a fresh install of Ubuntu 18.04, I followed the instructions here http://dev.realworldocaml.org/install.html to install OPAM. I needed to install an extra package:
i.e. change
`sudo apt-…
-
Good news:
I finally decide to spend some time and dive into LR parsing again. The result is we have a stackless LR(1) parser for grammar 4.55 in [ASU86](https://en.wikipedia.org/wiki/Compilers:_Princ…
-
Turning this into a meta-issue. All these problems with the F# version don't appear in OCaml version:
- [x] Parsing: one additional shift-reduce conflict (#672)
- [x] Parsing: bizare context sensiti…
-
(I am just posting for the record an installation failure that I ran into last night
but can't investigate right now, hoping somebody as a quick clue.)
This opam command (see [1] for the context):…
-
I'm not sure if this is out of the scope of ocp-indent but it would be really nice to have this working.
-
`Pixture` looks really awesome, and can be super useful with parameterized reports. I'm looking to implement `pixture` in a museum setting where I have a large number of images. However, I'm having tr…
-
I'd like to have a very simple source language that's easy to parse, print and then elaborate to the term language. It'd be sweet if there was a way to hold onto source locations without things gettin…
-
There is a caveat to using parameterised productions which is not mentioned in the online documentation, which is that it is possible to effectively define infinite grammars, causing non-termination. …