Add if support
[jackhill/mal.git] / crystal /
2015-07-06 Peter StephensMerge remote-tracking branch 'kanaka/master' into fsharp
2015-06-03 Joel MartinCrystal: fix full stats.
2015-06-03 Joel MartinMerge pull request #70 from rhysd/crystal
2015-06-03 rhysdcrystal: fix for Crystal 0.7.2
2015-06-03 rhysdcrystal: fix early steps broken because of later refact...
2015-06-03 rhysdcrystal: `make MAL_IMPL=crystal test^mal` succeeds...
2015-06-02 rhysdcrystal: fix Makefile to build all steps
2015-06-02 rhysdcrystal: all tests for stepA pass
2015-06-02 rhysdcrystal: refactor by adding Array to Mal type conversion
2015-06-02 rhysdcrystal: implement step9
2015-06-02 rhysdcrystal: improve error message
2015-06-02 rhysdcrystal: implement step8
2015-06-02 rhysdcrystal: implement step7
2015-06-02 rhysdcrystal: fix hashmap
2015-06-02 rhysdcrystal: implement step6
2015-06-02 rhysdcrystal: implemented step5
2015-06-02 rhysdcrystal: complete step4
2015-06-02 rhysdcrystal: add "&" param and 'not' function
2015-06-02 rhysdcrystal: add relational operators
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: make core.cr and implement +, -, *, /, list...
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: read_*() functions are member of Reader class
2015-06-02 rhysdcrystal: allow Vector in binding of 'let*'
2015-06-02 rhysdcrystal: implement step3 basic functionality
2015-06-02 rhysdcrystal: implement step2
2015-06-02 rhysdcrystal: add vector and hash-map, fix with-meta and...
2015-06-02 rhysdcrystal: add symbols and fix ignoring comment
2015-06-02 rhysdcrystal: basic implementation of step1
2015-06-02 rhysdcrystal: implement mal in Mal module
2015-06-02 rhysdcrystal: implement step0