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
2 changes: 2 additions & 0 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ library
BNFC.CF
BNFC.Check.EmptyTypes
BNFC.Regex
BNFC.RegexMinus
BNFC.TypeChecker
BNFC.GetCF
BNFC.Lexing
Expand Down Expand Up @@ -318,6 +319,7 @@ test-suite unit-tests
BNFC.CFSpec
BNFC.GetCFSpec
BNFC.OptionsSpec
BNFC.RegexMinusSpec
BNFC.Hspec
BNFC.Backend.BaseSpec
BNFC.Backend.Common.MakefileSpec
Expand Down
1 change: 1 addition & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[[#461](https://github.com/BNFC/bnfc/issues/461)]
* Haskell: fix incorrect AST when `define`ing labels without argument
[[#560](https://github.com/BNFC/bnfc/issues/560)]
* all: implement general regex subtraction as a module (`BNFC.RegexMinus`)

# 2.9.6.3

Expand Down
Loading
Loading