elikaski / BF-it

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

16-bit ints? #65

Closed abhra2020-smart closed 3 years ago

abhra2020-smart commented 3 years ago

add 16-bit int support(?)

NeeEoo commented 3 years ago

This forces 16bit on the interpreter and makes it so that 8bit doesnt work. It should be a toggle. Also the issue is talking about 16bit in 8bit mode