bnfc 2.8-4 source package in Ubuntu
Changelog
bnfc (2.8-4) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. -- Clint Adams <email address hidden> Thu, 03 Dec 2015 14:54:01 -0500
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bnfc_2.8-4.dsc | 2.0 KiB | c5ecbaabb4f63f8d18cd7e2d4c6babfa2ec7d7a6c3f86fce206fae4799259b0d |
bnfc_2.8-4.debian.tar.xz | 4.0 KiB | 64d5618ad8f9dd57025fec0a9e75ace826d5c93cd366ae6ec3c510543416b1c5 |
bnfc_2.8.orig.tar.gz | 179.3 KiB | 21be5fddcfe8e1970c94872f36d5f29d07709f69e8e139b68bf6b27e75677f34 |
Available diffs
- diff from 2.6.0.3-4 to 2.8-4 (342.3 KiB)
No changes file available.
Binary packages built by this source
- bnfc: Compiler front-end generator based on Labelled BNF
The BNF Converter is a compiler construction tool that generates a
compiler front-end and a readable syntax description document from a
Labelled BNF grammar. It was originally written to generate Haskell,
but it can now also be used for generating Java, C++, and C.
.
To process Haskell output, you need the Glorious Glasgow Haskell
Compiler (virtual package ghc), the Happy parser generator (package
happy) and the Alex scanner generator (package alex).
.
To process Java output, you need a Java compiler and virtual machine,
the CUP parser generator (package cup) and the JLex scanner generator
(package jlex).
.
To process C or C++ output, you need a C or C++ compiler,
respectively, the Bison parser generator (package bison) and the flex
scanner generator (package flex).
.
To process the generated documents, you need LaTeX (packages
tetex-base, tetex-bin, etc.).