aboutsummaryrefslogtreecommitdiff
path: root/ps/Makefile
AgeCommit message (Collapse)Author
2014-04-10Add stats-lisp target (only env, core, stepA)Joel Martin
2014-04-02All: split types into types, env, printer, core.Joel Martin
- types: low-level mapping to the implementation language. - core: functions on types that are exposed directly to mal. - printer: implementation called by pr-str, str, prn, println. - env: the environment implementation - Also, unindent all TCO while loops so that the diff of step4 and step5 are minimized.
2014-03-31PS: add step8_macros.Joel Martin
Use dicts rather than array block for user defined mal function type. Add fload function to setup call from a mal_function dict.