codegen.c -> eval.c
This commit is contained in:
parent
fa8446110a
commit
de7fb0c4b2
File diff suppressed because it is too large
Load Diff
1143
extlib/benz/eval.c
1143
extlib/benz/eval.c
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue