exellian / rex

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

Implement a visitor pattern for the compiler #19

Open exellian opened 1 year ago

exellian commented 1 year ago

Currently I have massive redundancy when calculating various thing out of expressions. To improve on it i should implement a visitor pattern, that allows multiple visitors extract various things