Added TODO

This commit is contained in:
Justin Ethier 2015-06-09 22:15:53 -04:00
parent bf3ba902aa
commit 0e91a5cee6

View file

@ -87,6 +87,10 @@ typedef long tag_type;
#define boolean_tag 15
#define cvar_tag 16
#define vector_tag 17
/* TODO: need a type to return from things like
(if #f #t) and (write 1) so the REPL will not print
anything for them:
void_tag */
#define nil NULL
#define eq(x,y) (x == y)