int expop(Expr_t*);
int excomp(Expr_t*, const char*, int, const char*, Sfio_t*);
int exrewind(Expr_t*);
-void exstatement(Expr_t*);
int extoken(Expr_t*);
char* extype(int);
Extype_t exzero(int);
exclose() is the last function called.
exccopen() is the called if code generation will be used.
exccclose() releases the state information allocated in exccopen().
-exstatement() saves statement start information.
exrewind() restores statement start information saved by exstatement().
.SH "SEE ALSO"
extern int expush(Expr_t*, const char*, int, const char*, Sfio_t*);
extern int exrewind(Expr_t*);
extern char* exstash(Sfio_t*, Vmalloc_t*);
-extern void exstatement(Expr_t*);
extern int extoken_fn(Expr_t*);
extern char* exstring(Expr_t *, char *);
extern void* exstralloc(Expr_t *, void *, size_t);