zauberzeug / lizard

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

core.print breaks some characters #24

Open falkoschindler opened 9 months ago

falkoschindler commented 9 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.