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.).
|
|
|
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| alpha | 1,914.9 kB | 11540 kB | [ファイル一覧] |
| amd64 | 576.4 kB | 2692 kB | [ファイル一覧] |
| armel | 1,377.8 kB | 9672 kB | [ファイル一覧] |
| hppa | 1,924.2 kB | 9956 kB | [ファイル一覧] |
| hurd-i386 | 966.6 kB | 5900 kB | [ファイル一覧] |
| i386 | 539.3 kB | 1948 kB | [ファイル一覧] |
| ia64 | 2,038.3 kB | 19820 kB | [ファイル一覧] |
| kfreebsd-i386 | 555.9 kB | 2034 kB | [ファイル一覧] |
| m68k (非公式の移植版) | 983.6 kB | 5904 kB | [ファイル一覧] |
| mips | 2,155.7 kB | 14988 kB | [ファイル一覧] |
| mipsel | 2,112.8 kB | 14988 kB | [ファイル一覧] |
| powerpc | 1,069.6 kB | 7112 kB | [ファイル一覧] |
| s390 | 1,987.6 kB | 9652 kB | [ファイル一覧] |
| sparc | 1,248.7 kB | 7976 kB | [ファイル一覧] |