mattbierner / khepri

ECMAScript derived programming language
http://khepri-lang.com/
MIT License
67 stars 3 forks source link

Add normalization stage #62

Closed mattbierner closed 10 years ago

mattbierner commented 10 years ago

Currently the khepri_peep stage handles two things: normalizing elements like the array pattern and optimizing things such as a curry of a curry. These stages should be split.