elikaski / BF-it

A C-like language to Brainfuck compiler, written in Python
MIT License
120 stars 11 forks source link

[BUG] `print("\\");` results in error. #71

Closed NeeEoo closed 2 years ago

elikaski commented 2 years ago

Both

    print("\\");
    printchar('\\');

Work without error