Justin Ethier
|
0697379c13
|
Marked 1/2 priorities
|
2015-07-11 01:51:52 -04:00 |
|
Justin Ethier
|
0057946225
|
Added note
|
2015-07-11 01:18:45 -04:00 |
|
Justin Ethier
|
b358d0f23f
|
Added more notes for error handling
|
2015-07-09 22:51:54 -04:00 |
|
Justin Ethier
|
74b5cc11b7
|
Export *trace-level*
|
2015-07-09 21:42:56 -04:00 |
|
Justin Ethier
|
e075759e6b
|
Comment on -t issue
|
2015-07-10 00:41:14 -04:00 |
|
Justin Ethier
|
0aac17a51b
|
More self-hosting TODO's
|
2015-07-09 21:47:33 -04:00 |
|
Justin Ethier
|
6569106c1a
|
WIP
|
2015-07-08 23:03:12 -04:00 |
|
Justin Ethier
|
8fcb17f300
|
WIP
|
2015-07-08 22:53:56 -04:00 |
|
Justin Ethier
|
9d16dc9426
|
Added GC TODO's
|
2015-07-03 23:29:13 -04:00 |
|
Justin Ethier
|
0a63384080
|
Note about stack traces
|
2015-07-02 21:11:20 -04:00 |
|
Justin Ethier
|
ce7c4dc9a9
|
WIP - compilation of main module
|
2015-06-30 00:26:46 -04:00 |
|
Justin Ethier
|
d41e5b0d46
|
Fixed-up compiler TODO's
|
2015-06-29 21:38:31 -04:00 |
|
Justin Ethier
|
6f9569fcea
|
Revised self-hosting section
|
2015-06-29 21:33:41 -04:00 |
|
Justin Ethier
|
1b2560f5a4
|
More notes regarding varargs
|
2015-06-29 21:07:28 -04:00 |
|
Justin Ethier
|
44593b28af
|
Added TODO regarding pure varargs
|
2015-06-29 18:09:23 -04:00 |
|
Justin Ethier
|
d4c27b9c63
|
Added a (when) macro
|
2015-06-29 17:59:14 -04:00 |
|
Justin Ethier
|
0b2ac62b4f
|
Added self-hosting TODO's
|
2015-06-26 22:41:09 -04:00 |
|
Justin Ethier
|
c3c4a12664
|
Added TODO
|
2015-06-26 21:14:58 -04:00 |
|
Justin Ethier
|
c49366aa97
|
TBD: named let
|
2015-06-26 21:13:09 -04:00 |
|
Justin Ethier
|
47fdc4bbe5
|
Removed completed item
|
2015-06-24 21:45:15 -04:00 |
|
Justin Ethier
|
b8663c0b88
|
Added a note
|
2015-06-12 21:26:44 -04:00 |
|
Justin Ethier
|
16eae93839
|
Fixed item
|
2015-06-12 21:16:41 -04:00 |
|
Justin Ethier
|
955b58b1a5
|
WIP
|
2015-06-11 23:02:59 -04:00 |
|
Justin Ethier
|
3b121a059d
|
Added TODO for error messages not displaying correctly
|
2015-06-11 23:00:36 -04:00 |
|
Justin Ethier
|
67e5da51a4
|
Added TODO - vector GC
|
2015-06-04 23:14:12 -04:00 |
|
Justin Ethier
|
016dfa455f
|
Added note on install
|
2015-06-04 21:41:04 -04:00 |
|
Justin Ethier
|
28433c9936
|
Comments on vector support
|
2015-06-04 21:38:02 -04:00 |
|
Justin Ethier
|
9d34f94c3f
|
Fixes to eval's apply
Properly extract the primitive function (via cadr) and compare against the appropriate tag ('primitive).
|
2015-06-03 21:25:18 -04:00 |
|
Justin Ethier
|
e5d5305a57
|
Commenting on (apply) issue
|
2015-06-03 17:59:12 -04:00 |
|
Justin Ethier
|
2edaffc320
|
Added notes
|
2015-06-02 22:56:29 -04:00 |
|
Justin Ethier
|
1edd3939a4
|
Added TODO
|
2015-06-03 01:21:56 -04:00 |
|
Justin Ethier
|
0798ded8a3
|
Added notes about allocations/functions
|
2015-06-01 22:51:13 -04:00 |
|
Justin Ethier
|
651e9f6b51
|
Added vector TODO
|
2015-06-01 21:22:08 -04:00 |
|
Justin Ethier
|
b750585f56
|
Vector TODO list
|
2015-06-01 21:09:30 -04:00 |
|
Justin Ethier
|
c0858834e4
|
Updated TODO
|
2015-05-29 21:11:05 -04:00 |
|
Justin Ethier
|
e9bb72368c
|
Removed completed qq item
|
2015-05-29 21:03:04 -04:00 |
|
Justin Ethier
|
8a5185fdbd
|
Adding notes on TODO items
|
2015-05-26 23:00:42 -04:00 |
|
Justin Ethier
|
f205b80ec4
|
Added more vector req's
|
2015-05-27 00:45:58 -04:00 |
|
Justin Ethier
|
f5bc6b0811
|
Added (string=?) family of functions
|
2015-05-26 21:37:09 -04:00 |
|
Justin Ethier
|
b3f57d7157
|
Added (system)
|
2015-05-26 20:46:41 -04:00 |
|
Justin Ethier
|
7537d41e26
|
WIP - (system)
|
2015-05-25 22:59:38 -04:00 |
|
Justin Ethier
|
a1dd27a42d
|
TODO for string<?
|
2015-05-25 22:45:17 -04:00 |
|
Justin Ethier
|
e38c2c2bcd
|
Added (newline) and (scheme char)
|
2015-05-25 22:07:44 -04:00 |
|
Justin Ethier
|
9aeb4002da
|
Added more self-hosting TODO items
|
2015-05-24 16:28:07 -04:00 |
|
Justin Ethier
|
b23c0f847e
|
Added self-hosting TODO section, not complete but a working list
|
2015-05-24 16:03:00 -04:00 |
|
Justin Ethier
|
aca5ab3d11
|
First draft of roadmap
|
2015-05-22 22:14:08 -04:00 |
|
Justin Ethier
|
de99a4d934
|
Removed completed item - symbols/libs
|
2015-05-22 22:00:34 -04:00 |
|
Justin Ethier
|
1e297ec2fb
|
Added more notes
|
2015-05-23 01:15:23 -04:00 |
|
Justin Ethier
|
e9e634e5c2
|
Added notes
|
2015-05-23 01:08:35 -04:00 |
|
Justin Ethier
|
2102e51c78
|
Updated TODO items
|
2015-05-22 21:45:36 -04:00 |
|