Skip to content

Commit

Permalink
[ cabal ] Updated description and added main contributors for 2.8.2 […
Browse files Browse the repository at this point in the history
…ci skip]
  • Loading branch information
andreasabel committed Nov 4, 2018
1 parent 8cbd720 commit 4e7f434
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 2.8.2
cabal-version: >= 1.8
build-type: Simple
category: Development
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).
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).
License: GPL-2
License-File: LICENSE
Maintainer: [email protected]
Expand All @@ -13,14 +13,15 @@ Synopsis: A compiler front-end generator.
Description:
The BNF Converter is a compiler construction tool generating a compiler front-end
from a Labelled BNF grammar. It was originally written to generate Haskell,
but starting from Version 2.0, it can also be used for generating Java, C++, and C.
but can also be used for generating Java, C, C++, C#, Ocaml and XML.
.
Given a Labelled BNF grammar the tool produces:
an abstract syntax as a Haskell/C++/C module or Java directory,
an abstract syntax as a Haskell, C, C++, C#, Ocaml module or Java directory,
a case skeleton for the abstract syntax in the same language,
an Alex, JLex, or Flex lexer generator file,
a Happy, CUP, or Bison parser generator file,
a pretty-printer as a Haskell/Java/C++/C module,
a Happy, CUP, Bison, or Antlr parser generator file,
a pretty-printer as a Haskell, Java, C, C++, C#, or Ocaml module,
an XML representation,
a Latex file containing a readable specification of the language.
tested-with: GHC == 7.6.3
, GHC == 7.8.4
Expand Down

0 comments on commit 4e7f434

Please sign in to comment.