hawkw / seax

A VM-based runtime environment for functional programming languages
http://hawkweisman.me/seax/
MIT License
45 stars 5 forks source link

Implement code generation for branching #53

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

41e9296 adds basic working code generation for if expressions. It is rather janky and requires some further attention.

hawkw commented 9 years ago

See #57 for how to make this less gross.