eval accepts int values
This commit is contained in:
parent
2ee11a367f
commit
b2fa560bc7
|
@ -74,6 +74,7 @@ pic_eval(pic_state *pic, pic_value obj, struct pic_env *env)
|
|||
/* not implemented */
|
||||
}
|
||||
}
|
||||
case PIC_TT_INT:
|
||||
case PIC_TT_NIL: {
|
||||
return obj;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue