kareltucek / firmware

This is fork of UHK's firmware featuring extended macro engine.
Other
82 stars 9 forks source link

Language refactor - conditions #59

Closed kareltucek closed 1 year ago

kareltucek commented 3 years ago

Let's say that having and ifSomething and ifNotSomething commands for every single condition is not exactly optimal...

How far should this refactor go? Should we go full shunting yard with condition evaluation? Would simple prefix notation be readable and intuitive?

kareltucek commented 1 year ago

Well, standard expression style conditions are now implemented, so this is no longer relevant.