Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _posts/releases/2026-03-15-v2.9.6.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: post
version: 2.9.6.3
categories:
- releases
packages:
linux64: bnfc-2.9.6.3-linux-x86_64.binary
mac: bnfc-2.9.6.3-mac.pkg
source: BNFC-2.9.6.3.tar.gz
win: bnfc-2.9.6.3-win.exe
---

* C++: fixing a regression introduced in 2.9.6.2
- `std::to_string` is not compatible to `--ansi` standard
[[#534](https://github.com/BNFC/bnfc/issues/534)]
* Pygments: fix escaping of non-alphanumeric characters in python regexes
[[#547](https://github.com/BNFC/bnfc/pull/547)]
* Agda: the generated `Makefile` now accepts variable `AGDA_OPTS`
[[#544](https://github.com/BNFC/bnfc/pull/544)]

Builds with GHC versions:
* with `cabal`, GHC 8.0 - 9.12
* with `stack`, GHC 8.4 - 9.12
Binary file added download/BNFC-2.9.6.3.tar.gz
Binary file not shown.
Binary file added download/bnfc-2.9.6.3-linux-x86_64.binary
Binary file not shown.
Binary file added download/bnfc-2.9.6.3-mac.pkg
Binary file not shown.
Binary file added download/bnfc-2.9.6.3-win.exe
Binary file not shown.