aboutsummaryrefslogtreecommitdiff
path: root/go/src/step2_eval
AgeCommit message (Collapse)Author
2015-03-01running "gofmt" on the codeMiki Tebeka
2014-10-09go: add metadata and atoms. HashMap dedicated type.Joel Martin
HashMap needs a dedicated type now to be able to store the metadata.
2014-10-09go: add hash-map support.Joel Martin
2014-10-09go: add readline.go that wraps libreadline/libeditJoel Martin
2014-10-06go: add step5_tco. Refactor env.Joel Martin
Move EnvType interface definition to types.go. Remove Env pointers.
2014-10-04go: add step3_envJoel Martin
2014-10-04go: step2_eval vector/hash-map in eval_astJoel Martin
2014-10-04go: step2_eval basic functionalityJoel Martin