Skip to content

v2.9.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 21:00
· 23 commits to master since this release

Fixes

  • C/C++/Java: escape newline etc. when printing String and Char literals [#449]
  • Java/ANTLR: unescape String and Char literals in parser (needs Java ≥ 15) [#451]
  • Java/ANTLR: fix case problem with language names like C [#455]
  • Java with line numbers: compatibility with jflex ≥ 1.8 [#453]
  • Haskell/GADT: generated ComposOp.hs no longer needs mtl library [#438]
  • Ocaml: fixed a crash in printer with unbalanced } [#439]
  • Ocaml: lex escape sequences in Char [#452]
  • Ocaml: removed superfluous let rec in the printers for token categories

Tested GHC versions:

  • with cabal, GHC 7.10 - 9.6
  • with stack, GHC 8.2 - 9.6

What's Changed (autogenerated from PRs)

New Contributors

Full Changelog: v2.9.4.1...v2.9.5