Skip to content

Commit

Permalink
Update DEVELOPING.md
Browse files Browse the repository at this point in the history
Update to use menhir
  • Loading branch information
fevrisn committed May 25, 2016
1 parent 7be388e commit 11dbcee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEVELOPING.md
@@ -1,8 +1,8 @@
Debugging Yacc Grammar Conflicts:
Debugging Grammar Conflicts:
-------------------------
Run the main parser through yacc with the `-v` flag to have it print out
details about the conflict. `ocamlyacc -v src/reason_parser.mly`. The debug
information can be found at `src/reason_parser.output`.
Run the main parser through menhir with the `--explain` flag to have it print out
details about the conflict. `menhir src/reason_parser.mly --explain`. The debug
information can be found at `src/reason_parser.conflicts`.

Debugging the parser state at runtime:
------------------------
Expand Down

0 comments on commit 11dbcee

Please sign in to comment.