Basic: fix errors, reader, if form. Self-host 0-3
[jackhill/mal.git] / basic / types.in.bas
2016-10-27 Joel MartinBasic: fix errors, reader, if form. Self-host 0-3
2016-10-27 Joel MartinBasic: use static empty sequences in reader.
2016-10-25 Joel MartinBasic: Reduce GOSUB use. Partial self-host to step3
2016-10-24 Joel MartinBasic: add read-file. Misc basicpp space savings.
2016-10-22 Joel MartinBasic: hashmap functions. Basic metadata (on funcs)
2016-10-15 Joel MartinBasic: smarter ALLOC. Keywords. Vector fixes.
2016-10-15 Joel MartinBasic: variable renaming. Save 2 kbytes.
2016-10-09 Joel MartinBasic: step9 basics
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-22 Joel MartinBasic: step7 basics, reader macros. step1,3 tests.
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.