Source: bfc Section: devel Priority: extra Maintainer: Panu Kalliokoski Build-Depends: debhelper (>= 4.0.0), stx2any Standards-Version: 3.6.2 Package: bfc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Compiler and interpreter for brainf*ck Brainf*ck is an esoteric programming language with lots of tradition. It features a simple and elegant instruction set (8 commands without parameters) that suffice to make it Turing equivalent. . This package contains the traditional interpreter and a "new" compiler, which does many nice optimisations. The compiler generates C code is able to unroll some loops, combine instructions and so on.