tkovs/cbrainfuck

Support to comments, tsc tsc

Closed this issue · 1 comments

tkovs commented

This should to read character by character from brainfuck code to know how many characters were read and to save the brainfuck code position that starts a loop.

In the cbrainfuck.c there are a line that doesn't allow it.

case COMMENT:
    fscanf(fcode, "%*[^\n]s");
    break;
tkovs commented

Fixed.