zauberzeug / lizard

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

Number 0.0 not parsed correctly #29

Closed falkoschindler closed 9 months ago

falkoschindler commented 9 months ago

Since https://github.com/zauberzeug/lizard/commit/055837506ef46f4f66f369b0f10b079047b163ad there is a problem when sending commands like wheels.speed(0.5, 0.0). The value "0.5" is parsed as 0.0. Strangely it doesn't happen when sending wheels.speed(0.5, -0.0).