crystal: complete step4
[jackhill/mal.git] / crystal / env.cr
2015-06-02 rhysdcrystal: complete step4
2015-06-02 rhysdcrystal: add "&" param and 'not' function
2015-06-02 rhysdcrystal: refactor member names and errors
2015-06-02 rhysdcrystal: define Mal::Type class instead of simple alias...
2015-06-02 rhysdcrystal: eval all types, not only a list
2015-06-02 rhysdcrystal: start step4, implement 'do', 'if' and 'fn*'
2015-06-02 rhysdcrystal: implement step3 basic functionality