zauberzeug / lizard

Domain-specific language to specify behaviour of microcontroller managed hardware
MIT License
15 stars 5 forks source link

core.print breaks some characters #24

Open falkoschindler opened 10 months ago

falkoschindler commented 10 months ago

Minimal reproduction:

core.print('boo\n')

This doesn't print "boo", but only "oo". The "b" is converted to a backspace.

Somehow these five characters are converted into their escaped counterparts backspace, form feed, new line, carriage return and tab.