|
|
1.1 ! root 1: #ifndef PARSE_H ! 2: #define PARSE_H ! 3: #include "gram.h" ! 4: #include "y.tab.h" ! 5: #include "expr.pub" ! 6: ! 7: class Parse{ ! 8: int goal; ! 9: Expr *expr; ! 10: public: ! 11: char *error; ! 12: Parse(int g, Expr *e=0) { goal = g; expr = e; } ! 13: void *parse(char *); ! 14: }; ! 15: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.