eval accepts int values

This commit is contained in:
Yuichi Nishiwaki 2013-10-12 12:48:30 +09:00
parent 2ee11a367f
commit b2fa560bc7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}