elikaski / BF-it

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

Fix bug that happens when setting a global var to CHAR or TRUE or FALSE #52

Closed NeeEoo closed 3 years ago

NeeEoo commented 3 years ago

Ok might add a zero_cells_before_use parameter to that function in a later pull request. Since using get_literal_token_code will make the code use [-]

elikaski commented 3 years ago

Ok might add a zero_cells_before_use parameter to that function in a later pull request. Since using get_literal_token_code will make the code use [-]

Sounds great