-
Apparently, the [TIP language](https://tip-org.github.io/) has incorporated SMT-LIB 2.6 changes (https://github.com/tip-org/tools/commit/2995668c6e0d3fb68ec71a494992f74f3c96b877) and is therefore no l…
-
`opam otopop` should probably be a full superset of `opam install` — or at least, should be for simple package-names with no qualifications; and should be when there's no `.opam` file to modify. This …
-
To reproduce
```
cd ott/tests/menhir_tests/test10menhir_with_aux
make pdf
open test10menhir_with_aux_unquotiented.pdf
```
Every production for "term" ends with a location 'l'.
```
term, t…
-
Many questions came up during `return` implementation about adding some syntax strong controls.
for example, return options only in a specific context (in a function blocks for example)
Where to i…
-
In version `4.6-414` the `MenhirLib` module that is bound in most `Merlin_*` modules is the one of `Ocaml_preprocess`. Is this actually intended? This could prevent reusing some parts of `Merlin_*` fo…
-
```
!➜ ~/W/T/bizzi (mstr/*10) opam pin add eq https://github.com/jonase/eq.git
[NOTE] Package eq is already git-pinned to https://github.com/jonase/eq.git.
This will erase any previous custo…
skrat updated
6 years ago
-
Hi,
Consider these statements ...
```rust
let x = 1;
let const x = 1;
fn main() {}
fn main() -> void {}
```
We often have such instances where the default token is assumed, if it is no…
-
I would like to enable error handling and incremental API of menhir in my project by sedlex+menhir; I'm trying to adopt `attempt2` and `fail` of [this sample](https://gitlab.inria.fr/fpottier/menhir/-…
-
```bash
mborch@wavel:~/co/mlsub$ make all
ocamlbuild -no-hygiene -r -cflag -bin-annot -cflag -g -lflag -g -pkg menhirLib -pkg str -use-menhir -yaccflag --explain main.byte
+ /Users/mborch/.opam/4.0…
-
I tried to run the benchmarks inside Docker (which I don't believe is relevant to my problem) and got the following error after `make prepare` inside `benchmark`:
```
...
Lexing done.
make -C /pwz…