There was an error while loading. Please reload this page.
1 parent 8c7e31c commit 1a62a8bCopy full SHA for 1a62a8b
1 file changed
_posts/releases/2026-03-15-v2.9.6.3.md
@@ -0,0 +1,23 @@
1
+---
2
+layout: post
3
+version: 2.9.6.3
4
+categories:
5
+- releases
6
+packages:
7
+ linux64: bnfc-2.9.6.3-linux-x86_64.binary
8
+ mac: bnfc-2.9.6.3-mac.pkg
9
+ source: BNFC-2.9.6.3.tar.gz
10
+ win: bnfc-2.9.6.3-win.exe
11
12
+
13
+* C++: fixing a regression introduced in 2.9.6.2
14
+ - `std::to_string` is not compatible to `--ansi` standard
15
+ [[#534](https://github.com/BNFC/bnfc/issues/534)]
16
+* Pygments: fix escaping of non-alphanumeric characters in python regexes
17
+ [[#547](https://github.com/BNFC/bnfc/pull/547)]
18
+* Agda: the generated `Makefile` now accepts variable `AGDA_OPTS`
19
+ [[#544](https://github.com/BNFC/bnfc/pull/544)]
20
21
+Builds with GHC versions:
22
+* with `cabal`, GHC 8.0 - 9.12
23
+* with `stack`, GHC 8.4 - 9.12
0 commit comments