#include <stdio.h>
#include <string.h>
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
char * | ptoc_string (int) |
int | yyparse () |
int | parse () |
Variables | |
FILE * | yyin |
FILE * | yyout |
int | line_no |
int | char_no |
int | num_errs |
char * | fn_source |
char * | fn_target |
char * | fn_error |
FILE * | error_file |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|