codegen.c -> eval.c

This commit is contained in:
Yuichi Nishiwaki 2016-02-06 23:55:39 +09:00
parent fa8446110a
commit de7fb0c4b2
3 changed files with 1143 additions and 1153 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -41,11 +41,6 @@ struct pic_irep {
void pic_irep_incref(pic_state *, struct pic_irep *);
void pic_irep_decref(pic_state *, struct pic_irep *);
pic_value pic_expand(pic_state *, pic_value, struct pic_env *);
pic_value pic_analyze(pic_state *, pic_value);
struct pic_irep *pic_codegen(pic_state *, pic_value);
struct pic_proc *pic_compile(pic_state *, pic_value, struct pic_env *);
#if defined(__cplusplus)
}
#endif