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 */
|
/* not implemented */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
case PIC_TT_INT:
|
||||||
case PIC_TT_NIL: {
|
case PIC_TT_NIL: {
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue