Solving shift/reduce conflicts for optional trailing comma in menhir
|
|
4
|
169
|
July 30, 2024
|
Catching a Menhir-generated exception
|
|
3
|
109
|
July 8, 2024
|
Menhir generating empty conflicts file?
|
|
0
|
101
|
June 29, 2024
|
Include_subdirs qualified + menhir produces unbound module
|
|
0
|
147
|
April 18, 2024
|
Using Menhir to parse into idiomatic JS (TypeScript) structures
|
|
0
|
419
|
January 7, 2024
|
How to use `menhir --explain` with dune?
|
|
9
|
1980
|
January 2, 2024
|
Sanity check on grammar for tree language
|
|
1
|
308
|
December 25, 2023
|
How does Menhir's option() work?
|
|
5
|
396
|
November 24, 2023
|
Menhir as a parser within editors (or tree-sitter?)
|
|
3
|
663
|
August 24, 2023
|
Gynormous memory consumption to compile output of Menhir
|
|
6
|
616
|
April 25, 2023
|
Divergence on loading OCaml grammar into toplevel?
|
|
2
|
421
|
March 8, 2023
|
Parsing negative integers in a calculator
|
|
2
|
580
|
March 5, 2023
|
Lexer rule to create multiple tokens from a match
|
|
5
|
749
|
February 27, 2023
|
Menhir:How to use inline to add locations?
|
|
2
|
843
|
December 22, 2022
|
How do I get better error messages from Menhir?
|
|
0
|
411
|
November 5, 2022
|
Is there a tool to format ocamllex and menhir files?
|
|
5
|
1945
|
October 21, 2022
|
Debugging Menhir - how?
|
|
3
|
1796
|
October 15, 2022
|
Recursion in Menhir lexer for small DSL
|
|
31
|
1232
|
October 5, 2022
|
Dune error when adding a second parser to a Menhir project
|
|
1
|
561
|
October 3, 2022
|
Call Menhir-generated parser without a lexbuf
|
|
8
|
572
|
October 2, 2022
|
How to parse a token with a list argument in Menhir?
|
|
7
|
1378
|
October 2, 2022
|
[Discussion] Writing a transpiler from PHP to polyglot PHP+C code
|
|
3
|
984
|
August 18, 2022
|
Juxtaposition in Menhir
|
|
2
|
1057
|
May 5, 2022
|
Assertion Failure with Menhir 20220210 and --interpret-show-cst
|
|
3
|
863
|
March 11, 2022
|
Implementing an include statement in menhir > 20211123
|
|
6
|
1099
|
March 10, 2022
|
Try partial parsing and recovery of Menhir
|
|
2
|
811
|
February 21, 2022
|
Generate a parser enabling incremental API and inspection API
|
|
1
|
1130
|
February 21, 2022
|
Handling blank lines in a list of values
|
|
4
|
1125
|
January 21, 2022
|
Your favorite Menhir tricks and fanciness
|
|
15
|
4864
|
December 3, 2021
|
Ocamllex and menhir examples that aren't calculators
|
|
10
|
3190
|
November 20, 2021
|