Skip to content

version 0.26

Compare
Choose a tag to compare
@hannesm hannesm released this 21 Sep 18:06
· 298 commits to master since this release
  • 2017-02-10 Add command-line option -tex_suppress_category <string> to suppress productions or rules with the specified category string.
  • 2017-02-13 Add command-line option -tex_suppress_ntr <string> to suppress the grammar rule with that principal nonterminal root.
  • 2017-05-28 fixes for Coq 8.5 and 8.6, contributed by @palmskog
  • 2017-05-29 - 2017-06-14 Add experimental support for generating a standalone lexer, menhir parser, and pretty printer, as illustrated in tests/menhir_tests/test10menhir
  • 2017-07-17 fixes for OCaml -safe-string, contributed by @jpdeplaix
  • 2017-09-07 example of "literate" ott spec, in tests/test10literate
  • 2017-09-21 use Type instead of Set in Coq list functions, contributed by @palmskog