Compatibility - PreyMa/advanced-brainfq GitHub Wiki

The compailer is fully capable of translating standard Brainfuck code. But since Advanced Brainfq expects at least a main function to be run by the interpreter, standard code has to be put into 'function indicator' brackets, to mark the code, which should be executed. Additionally comments have to be indicated by a '?', as it would be interpreted as a constant by the parser.