#include "symbol.h"#include "scanner.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE int | FactPatternParserFind (SYMBOL_HN *) |
| LOCALE struct lhsParseNode * | FactPatternParse (void *, char *, struct token *) |
| LOCALE struct lhsParseNode * | SequenceRestrictionParse (void *, char *, struct token *) |
| LOCALE struct lhsParseNode * | CreateInitialFactPattern (void *) |
| LOCALE struct lhsParseNode* CreateInitialFactPattern | ( | void * | ) | [read] |
| LOCALE struct lhsParseNode* FactPatternParse | ( | void * | , | |
| char * | , | |||
| struct token * | ||||
| ) | [read] |
| LOCALE struct lhsParseNode* SequenceRestrictionParse | ( | void * | , | |
| char * | , | |||
| struct token * | ||||
| ) | [read] |
1.5.6