wichtounet / eddic

Compiler of the EDDI programming language
MIT License
33 stars 4 forks source link

Propagate conditionals to branchs #7

Closed wichtounet closed 11 years ago

wichtounet commented 11 years ago

a = b < c if_false a goto X

=>

//Delete a if possible if_false b < c goto X