Basic: variable renaming. Save 2 kbytes.
[jackhill/mal.git] / basic / printer.in.bas
2016-10-15 Joel MartinBasic: variable renaming. Save 2 kbytes.
2016-10-07 Joel MartinBasic: step8 basics. Fix def!, let*, concat, scalars.
2016-09-24 Joel MartinBasic: basicpp adds, other misc. Shaves 3031 bytes.
2016-09-21 Joel MartinBasic: reduce memory usage by 614 bytes.
2016-09-20 Joel MartinBasic: step6 basics and atoms. Fix strings.
2016-09-18 Joel MartinBasic: add step5, fix recursive/error memory issues.
2016-09-16 Joel MartinBasic: Add memory management. More step4.
2016-09-16 Joel MartinBasic: move environment into normal memory.
2016-09-12 Joel MartinBasic: most of step4.
2016-09-11 Joel MartinBasic: add step3, vector/hash-map evaluation.
2016-09-11 Joel MartinBasic: step2 basics. Vectors and hash-maps.
2016-09-05 Joel MartinBasic: step1 basics.