-
Merlin 5.1-502 doesn't compile with menhir 20240715 ; I have an error report against the Debian package [here](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080119l) ; here is the error message f…
-
## Expected Behavior
When using `(include_subdirs qualified)`, a Menhir parser in a qualified subdirectory should be able to access its sibling modules. This is useful for if a programming langua…
-
## Desired Behavior
Allow generating `Parser.v` from `Parser.vy`, and using it in the `(coq.theory)` stanza.
## Example
```
(coq.theory
(name JSON)
(package coq-json)
(synopsis…
-
With this file:
```
(* New Semgrep syntax (hence the v2) specified using ATD instead of jsonschema.
*
* For more information on the new syntax, see:
* - Brandon's community Slack post announc…
aryx updated
2 months ago
-
I'm testing again obuild and I can't find the way to tell him that it should compile .mly files with menhir instead of ocamlyacc. Is this feature exists ?
-
Following the PR https://github.com/OCamlPro/drom/pull/197, I suppose it would be nice to have a proper support to `menhir` as OCaml is often used DSL developments. I may suggest adding to `package.t…
-
If you look at the generated HTML here: https://gallium.inria.fr/~fpottier/menhir/manual.html
You'll notice that there are no `~` being generated. Instead, it looks like they generate a non breakin…
-
I came from the [DNS server blog post](https://hannes.nqsb.io/Posts/DnsServer), which mentions that you use ocamlyacc as a parser, and that pull requests to improve the parser are welcome.
I wonder…
-
Currently, tuareg doesn't support .mly files very well. The highlight works fine but the automatic indentation can be a bit wacky when it comes to rules. Is there a way to disable automatic indentatio…
-
## Expected Behavior
This stanza should work and generate tokens.ml/.mli
```
(menhir
(modules tokens)
(flags --only-tokens)
)
```
## Actual Behavior
instead one gets this error:
…