You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/BNFC.cabal
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ cabal-version: 2.0
9
9
-- Shunning this extra effort, we only support stack snapshot that have a sufficient Cabal.
10
10
build-type: Simple
11
11
category: Parsing
12
-
Copyright: (c) Andreas Abel, Jonas Almström Duregård, Krasimir Angelov, Jean-Philippe Bernardy, Björn Bringert, Johan Broberg, Kyle Butt, Paul Callaghan, Grégoire Détrez, Markus Forsberg, Ola Frid, Peter Gammie, Thomas Hallgren, Pascal Hof, Simon Huber, Patrik Jansson, Kristofer Johannisson, Antti-Juhani Kaijanaho, Andreas Lööw, Justin Meiners, Kent Mein, Ulf Norell, Gabriele Paganelli, Michael Pellauer, Fabian Ruch, and Aarne Ranta 2002 - 2021. Free software under the BSD 3-clause license.
12
+
Copyright: (c) Andreas Abel, Jonas Almström Duregård, Krasimir Angelov, Jean-Philippe Bernardy, Björn Bringert, Johan Broberg, Kyle Butt, Paul Callaghan, Grégoire Détrez, Markus Forsberg, Ola Frid, Peter Gammie, Thomas Hallgren, Pascal Hof, Simon Huber, Patrik Jansson, Kristofer Johannisson, Antti-Juhani Kaijanaho, Andreas Lööw, Justin Meiners, Kent Mein, Ulf Norell, Gabriele Paganelli, Michael Pellauer, Michał Radwański, Fabian Ruch, and Aarne Ranta 2002 - 2023. Free software under the BSD 3-clause license.
13
13
License: BSD3
14
14
License-File: LICENSE
15
15
Maintainer: bnfc-dev@googlegroups.com
16
-
Homepage: http://bnfc.digitalgrammars.com/
16
+
Homepage: https://bnfc.digitalgrammars.com/
17
17
bug-reports: https://github.com/BNFC/bnfc/issues
18
18
Synopsis: A compiler front-end generator.
19
19
Description:
@@ -22,10 +22,10 @@ Description:
22
22
but can also be used for generating Agda, C, C++, Java, Ocaml and XML code.
23
23
.
24
24
Given a Labelled BNF grammar the tool produces:
25
-
an abstract syntax as a Haskell, Agda, C, C++, Ocaml module or Java directory,
25
+
an abstract syntax as a Haskell, Agda, C, C++, Ocaml module or Java package,
26
26
a case skeleton for the abstract syntax in the same language,
27
-
an Alex, JLex, or Flex lexer generator file,
28
-
a Happy, CUP, Bison, or Antlr parser generator file,
27
+
an Alex, Flex, JLex, JFlex, or ocamllex lexer generator file,
28
+
a Happy, CUP, Bison, Antlr, ocamlyacc or menhir parser generator file,
29
29
a pretty-printer as a Haskell, Agda, C, C++, Java, or Ocaml module,
30
30
an XML representation,
31
31
a LaTeX file containing a readable specification of the language.
@@ -64,9 +64,9 @@ extra-source-files:
64
64
stack-8.4.4.yaml
65
65
stack-8.2.2.yaml
66
66
67
-
Source-repository head
67
+
source-repositoryhead
68
68
type: git
69
-
location: git://github.com/BNFC/bnfc.git
69
+
location: https://github.com/BNFC/bnfc.git
70
70
subdir: source
71
71
72
72
executablebnfc
@@ -129,7 +129,7 @@ library
129
129
default-extensions:
130
130
-- Keep the list of language extensions in sync with its other occurrences.
0 commit comments