#include "setup.h"#include <stdio.h>#include <string.h>#include "agenda.h"#include "argacces.h"#include "constant.h"#include "constrct.h"#include "constrnt.h"#include "cstrnchk.h"#include "envrnmnt.h"#include "exprnpsr.h"#include "memalloc.h"#include "pattern.h"#include "reorder.h"#include "router.h"#include "ruledef.h"#include "scanner.h"#include "symbol.h"#include "rulelhs.h"

Go to the source code of this file.
Defines | |
| #define | _RULELHS_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle struct lhsParseNode * | ParseRuleLHS (void *theEnv, char *readSource, struct token *theToken, char *ruleName, int *error) |
| globle void | PropagatePatternType (struct lhsParseNode *theLHS, struct patternParser *theParser) |
| globle struct lhsParseNode* ParseRuleLHS | ( | void * | theEnv, | |
| char * | readSource, | |||
| struct token * | theToken, | |||
| char * | ruleName, | |||
| int * | error | |||
| ) | [read] |
| globle void PropagatePatternType | ( | struct lhsParseNode * | theLHS, | |
| struct patternParser * | theParser | |||
| ) |
1.5.6