| version 1.1, 2003/11/24 02:33:39 |
version 1.2, 2003/12/04 07:49:24 |
|
|
| /* $OpenXM$ */ |
/* $OpenXM: OpenXM/src/kan96xx/trans/yymain_polymake.c,v 1.1 2003/11/24 02:33:39 takayama Exp $ */ |
| #include <stdio.h> |
#include <stdio.h> |
| #include "yylex_polymake.h" |
#include "yylex_polymake.h" |
| #include "yy_polymake.tab.h" |
#include "yy_polymake.tab.h" |
| |
|
| |
|
| char *SS=NULL; |
char *SS=NULL; |
| main_t() { |
main_t() { |
| int c,type; |
int c,type; |
|
|
| pmPutstr(c); |
pmPutstr(c); |
| } |
} |
| SS = pmPutstr(0); |
SS = pmPutstr(0); |
| |
#ifdef DEBUG |
| printf("%s\n",SS); |
printf("%s\n",SS); |
| |
#endif |
| pmSetS(SS); |
pmSetS(SS); |
| pmPreprocess(); |
pmPreprocess(); |
| |
#ifdef DEBUG |
| printf("--------------------------\n"); |
printf("--------------------------\n"); |
| printf("%s\n",SS); |
printf("%s\n",SS); |
| printf("--------------------------\n"); |
printf("--------------------------\n"); |
| |
#endif |
| PMparse(); |
PMparse(); |
| } |
} |
| |
|