mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Added TODO
This commit is contained in:
parent
bf3ba902aa
commit
0e91a5cee6
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ typedef long tag_type;
|
||||||
#define boolean_tag 15
|
#define boolean_tag 15
|
||||||
#define cvar_tag 16
|
#define cvar_tag 16
|
||||||
#define vector_tag 17
|
#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 nil NULL
|
||||||
#define eq(x,y) (x == y)
|
#define eq(x,y) (x == y)
|
||||||
|
|
Loading…
Add table
Reference in a new issue