BNFC: A compiler front-end generator.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- These packages miss upper bounds: - array - directory - mtl - process Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
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.
Given a Labelled BNF grammar the tool produces: an abstract syntax as a HaskellC++C 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 HaskellJavaC++/C module, a Latex file containing a readable specification of the language.
Properties
Versions | 2.4.1.1, 2.4.1.2, 2.4.2.0, 2.4.2.1, 2.4.3, 2.5.0, 2.5.0.1, 2.6.0.0, 2.6.0.1, 2.6.0.2, 2.6.0.3, 2.7.0.0, 2.7.0.1, 2.7.0.2, 2.7.1, 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.3.1, 2.8.4, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 2.9.4.1, 2.9.5 |
---|---|
Change log | None available |
Dependencies | array, base (>=4.8 && <5), directory, mtl, process [details] |
License | LicenseRef-GPL |
Copyright | (c) Krasimir Angelov, Bjorn Bringert, Johan Broberg, Paul Callaghan, Markus Forsberg, Ola Frid, Peter Gammie, Patrik Jansson, Kristofer Johannisson, Antti-Juhani Kaijanaho, Ulf Norell, Michael Pellauer and Aarne Ranta 2002 - 2010. Free software under GNU General Public License (GPL). |
Author | |
Maintainer | Markus Forsberg <markus.forsberg@gu.se> Aarne Ranta <aarne@chalmers.se> |
Category | Development |
Home page | http://www.cse.chalmers.se/research/group/Language-technology/BNFC/ |
Uploaded | by AndreasAbel at 2023-10-26T09:16:17Z |
Downloads
- BNFC-2.4.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees