BF generator

Below a generator for BrainFuck where you can define the grammar of the input language and a program in that language and generate a BrainFuck programma with it. A default grammar and a default program have been provided. The default program is a BrainFuck program that could replace the POSIX x86 seed for oriansj/stage0 github repository for a BrainFuck interpreter that returns 0 for End-Of-File. The generator does not yet implement all the node types as mentioned between square brackets in the grammar. See below for a list of types that have been implemented.

Enter the grammar:

The input to be parsed by the grammar:

Implemented node types

The following node types have been implemented so far:

Not yet implemented are: