BNFC: A compiler front-end generator.
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.
Versions [faq] | 2.4.1.1, 2.4.1.2, 2.4.2.0, 2.4.2.1, 2.5.0, 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.1, 2.8, 2.8.1, 2.8.2 |
---|---|
Dependencies | array, base (>=4.4 && <5), containers, deepseq, directory, filepath, mtl, pretty (==1.1.*), process [details] |
License | LicenseRef-GPL |
Copyright | (c) Krasimir Angelov, Jean-Philippe Bernardy, 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 - 2012. Free software under GNU General Public License (GPL). |
Author | |
Maintainer | bnfc-dev@googlegroups.com |
Category | Development |
Home page | http://bnfc.digitalgrammars.com/ |
Bug tracker | https://github.com/BNFC/bnfc/issues |
Uploaded | by GregoireDetrez at Tue Sep 23 15:12:48 UTC 2014 |
Distributions | Debian:2.8.1, FreeBSD:2.8, NixOS:2.8.2 |
Executables | bnfc |
Downloads | 10638 total (142 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Downloads
- BNFC-2.7.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)