-
- **Editor**: neovim v0.9.2
- **OS**: macOS 14.0 (Sonoma)
- **`:LspInfo`**:
```
Language client log: /Users/zbaylin/.local/state/nvim/lsp.log
Detected filetype: ocaml
1 client(s) attache…
-
-
Today when we use menhir's compile_errors option to generate error messages table in ocaml, the only input is the error state. It generates something like:
```
let message =
fun s->
match s with
…
-
_PR transferred from https://caml.inria.fr/mantis/view.php?id=5285_
[original reporter: @ygrek]
Sometimes it is desirable to keep generated files (e.g. some source-to-source transformation or code…
-
@freebroccolo When the parser fails, I'd like it to emit some minimal message that tells me what went wrong; it doesn't need to be a good message (for instance, I don't yet have the bandwidth to devel…
-
Since you're experimenting with Menhir, and would probably know how feasible this feature is, I thought I would suggest it here.
I would like to parametrise my parsers by type parameters. Essentially…
lpw25 updated
10 years ago
-
the version given to `using` for `mdx`/`menhir`/`ctypes`/... are partially documented as part of examples. But there's no place which mentions the exact support of each plugin at a given version of du…
-
All of the named unicode charicter classes should be bound to variables in an initial basis, and common expressions should be given sensible names. For example:
`[0-9]` => digit_ascii
`[0-…
-
I am experiencing a bug with ocamllsp and it was indicated to me that this may be due to a version mismatch between the compiler that builds my project and the compiler that compiled the language serv…
-
report from : https://github.com/ocsigen/js_of_ocaml/blob/master/compiler/js_parser.mly
A-
```
return
a+b
```
is parsed as
`return a+a;` instead of `return; a+b;`
B-
```
return a
++ b
```
sould …
hhugo updated
9 years ago