Skip to content

Commit 4e7f434

Browse files
committed
[ cabal ] Updated description and added main contributors for 2.8.2 [ci skip]
1 parent 8cbd720 commit 4e7f434

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/BNFC.cabal

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: 2.8.2
33
cabal-version: >= 1.8
44
build-type: Simple
55
category: Development
6-
Copyright: (c) Andreas Abel, Jonas Almström Duregård, Krasimir Angelov, Jean-Philippe Bernardy, Bjorn Bringert, Johan Broberg, Paul Callaghan, Grégoire Détrez, Markus Forsberg, Ola Frid, Peter Gammie, Thomas Hallgren, Patrik Jansson, Kristofer Johannisson, Antti-Juhani Kaijanaho, Ulf Norell, Michael Pellauer and Aarne Ranta 2002 - 2018. Free software under GNU General Public License (GPL).
6+
Copyright: (c) Andreas Abel, Kyle Butt, Jonas Almström Duregård, Krasimir Angelov, Jean-Philippe Bernardy, Bjorn Bringert, Johan Broberg, Paul Callaghan, Grégoire Détrez, Markus Forsberg, Ola Frid, Peter Gammie, Thomas Hallgren, Pascal Hof, Patrik Jansson, Kristofer Johannisson, Antti-Juhani Kaijanaho, Andreas Lööw, Kent Mein, Ulf Norell, Gabrielle Paganelli, Michael Pellauer and Aarne Ranta 2002 - 2018. Free software under GNU General Public License (GPL).
77
License: GPL-2
88
License-File: LICENSE
99
Maintainer: [email protected]
@@ -13,14 +13,15 @@ Synopsis: A compiler front-end generator.
1313
Description:
1414
The BNF Converter is a compiler construction tool generating a compiler front-end
1515
from a Labelled BNF grammar. It was originally written to generate Haskell,
16-
but starting from Version 2.0, it can also be used for generating Java, C++, and C.
16+
but can also be used for generating Java, C, C++, C#, Ocaml and XML.
1717
.
1818
Given a Labelled BNF grammar the tool produces:
19-
an abstract syntax as a Haskell/C++/C module or Java directory,
19+
an abstract syntax as a Haskell, C, C++, C#, Ocaml module or Java directory,
2020
a case skeleton for the abstract syntax in the same language,
2121
an Alex, JLex, or Flex lexer generator file,
22-
a Happy, CUP, or Bison parser generator file,
23-
a pretty-printer as a Haskell/Java/C++/C module,
22+
a Happy, CUP, Bison, or Antlr parser generator file,
23+
a pretty-printer as a Haskell, Java, C, C++, C#, or Ocaml module,
24+
an XML representation,
2425
a Latex file containing a readable specification of the language.
2526
tested-with: GHC == 7.6.3
2627
, GHC == 7.8.4

0 commit comments

Comments
 (0)