exellian / rex

About A efficient, flexible, simple framework for building reactive UI-components.
1 stars 0 forks source link

Remove Empty Expression #22

Open exellian opened 1 year ago

exellian commented 1 year ago

Currently I parse nothing as an empty expression. This would allow expressions like this:

test + my_fun(,dj)

to be a valid expressions which should not be possible. Instead blocks should be allowed to be empty