Skip to content

Commit

Permalink
getting further
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 21, 2023
1 parent c4e3bdd commit 5a59c9c
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 624 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ test1:
menhir --trace -v --interpret ./lib/sentenceParser.mly < test/test.gbnf

compile:
menhir --cmly --table --trace --dump --explain --log-grammar 99 --log-automaton 9 --log-code 99 --log-grammar 99 --reference-graph lib/sentenceParser.mly
menhir --cmly --table --trace --dump --explain --log-grammar 99 --log-automaton 9 --log-code 99 --log-grammar 99 --reference-graph lib/sentenceParser.mly
rm -f lib/sentenceParser.cmly lib/sentenceParser.ml lib/sentenceParser.mli
dune clean
dune build
dune test
Loading

0 comments on commit 5a59c9c

Please sign in to comment.