Merge pull request #377 from asarhaddon/fix-runtests-pre-eval
[jackhill/mal.git] / go / src / step2_eval /
2018-07-13 Joel MartinMerge pull request #323 from jig/master
2018-07-06 Jordi ÍñigoGo: Fix panic on call to function with wrong number...
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #12 from tebeka/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-03-01 Miki Tebekarunning "gofmt" on the code
2014-10-10 Joel Martingo: add metadata and atoms. HashMap dedicated type.
2014-10-10 Joel Martingo: add hash-map support.
2014-10-09 Joel Martingo: add readline.go that wraps libreadline/libedit
2014-10-07 Joel Martingo: add step5_tco. Refactor env.
2014-10-05 Joel Martingo: add step3_env
2014-10-05 Joel Martingo: step2_eval vector/hash-map in eval_ast
2014-10-05 Joel Martingo: step2_eval basic functionality