ACT Library
|
Functions to support the faster prs expression parser used by the prs body. More...
Go to the source code of this file.
Functions | |
void | act_init_prs_expr (LFILE *) |
int | act_is_a_prs_expr (LFILE *) |
void | act_free_a_prs_expr (void *) |
void * | act_parse_a_prs_expr (LFILE *) |
void * | act_walk_X_prs_expr (ActTree *, void *) |
void | act_free_a_prs_exexpr (void *) |
Functions to support the faster prs expression parser used by the prs body.
void act_free_a_prs_exexpr | ( | void * | ) |
This is used to free an expanded Expr pointer. It is here since the code is almost identical to free'ing a normal expression that was constructed by the parser.
void act_free_a_prs_expr | ( | void * | ) |
void act_init_prs_expr | ( | LFILE * | ) |
int act_is_a_prs_expr | ( | LFILE * | ) |
void * act_parse_a_prs_expr | ( | LFILE * | ) |
void * act_walk_X_prs_expr | ( | ActTree * | , |
void * | |||
) |