#include "common.h"#include "weakform.h"#include "weakform_lexer.h"Functions | |
| NODE * | factor (void) |
| NODE * | term (void) |
| NODE * | expression (void) |
| NODE * | ifstatement (void) |
| NODE * | goal (void) |
| void | wf_parser_init (const char *input) |
| void | wf_parser_free (void) |
| NODE* expression | ( | void | ) |
| NODE* factor | ( | void | ) |
| NODE* goal | ( | void | ) |
| NODE* ifstatement | ( | void | ) |
| NODE* term | ( | void | ) |
| void wf_parser_free | ( | void | ) |
| void wf_parser_init | ( | const char * | input | ) |
1.6.3