EMSTOP 180 codegen.c EMSTOP("internal conflict", 0);
EMSTOP 245 codegen.c EMSTOP("internal conflict", 0);
EMSTOP 164 lex.c EMSTOP("decimal literal cannot begin with \'0\' except for 0 itself", line_count);
EMSTOP 179 lex.c EMSTOP("unknown character", line_count);
EMSTOP 198 lex.c EMSTOP("unknown operator \'!\'", line_count);
EMSTOP 308 lex.c EMSTOP("unknown operator \'=\'", line_count);
EMSTOP 358 lex.c EMSTOP("too long name", line_count);
EMSTOP 89 parse.c EMSTOP("unknown token", get_linenum());
EMSTOP 104 parse.c EMSTOP("proc name must be name", get_linenum());
EMSTOP 109 parse.c EMSTOP("same (proc) name used twice", get_linenum());
EMSTOP 121 parse.c EMSTOP("compiler expected \';\'", get_linenum());
EMSTOP 137 parse.c EMSTOP("global variable name must be name", get_linenum());
EMSTOP 142 parse.c EMSTOP("same (global variable) name used twice", get_linenum());
EMSTOP 157 parse.c EMSTOP("compiler expected \';\'", get_linenum());
EMSTOP 171 parse.c EMSTOP("proc name must be name", get_linenum());
EMSTOP 176 parse.c EMSTOP("proc name is not declared", get_linenum());
EMSTOP 181 parse.c EMSTOP("name is not declared for procedure", get_linenum());
EMSTOP 186 parse.c EMSTOP("same name proc defined twice", get_linenum());
EMSTOP 191 parse.c EMSTOP("name is not declared", get_linenum());
EMSTOP 203 parse.c EMSTOP("compiler expected \':\'", get_linenum());
EMSTOP 228 parse.c EMSTOP("local variable name must be name", get_linenum());
EMSTOP 233 parse.c EMSTOP("same name local variable defined twice", get_linenum());
EMSTOP 247 parse.c EMSTOP("compiler expected \';\'", get_linenum());
EMSTOP 261 parse.c EMSTOP("compiler expected \'{\'", get_linenum()); /* } */
EMSTOP 292 parse.c EMSTOP("compiler expected statement", get_linenum());
EMSTOP 336 parse.c EMSTOP("left of \":=\" must be name", get_linenum());
EMSTOP 344 parse.c EMSTOP("left of \":=\" is unknown name", get_linenum());
EMSTOP 349 parse.c EMSTOP("cannot assignment for procedure", get_linenum());
EMSTOP 355 parse.c EMSTOP("compiler expected \":=\"", get_linenum());
EMSTOP 375 parse.c EMSTOP("compiler expected \';\'", get_linenum());
EMSTOP 387 parse.c EMSTOP("to call is must be name", get_linenum());
EMSTOP 396 parse.c EMSTOP("compiler expected \';\'", get_linenum());
EMSTOP 414 parse.c EMSTOP("compiler expected \';\'", get_linenum());
EMSTOP 427 parse.c EMSTOP("compiler expected \'(\'", get_linenum()); /* ) */
EMSTOP 434 parse.c EMSTOP("compiler expected \')\'", get_linenum()); /* ) */
EMSTOP 480 parse.c EMSTOP("internal conflict", get_linenum());
EMSTOP 516 parse.c EMSTOP("internal conflict", get_linenum());
EMSTOP 568 parse.c EMSTOP("internal conflict", get_linenum());
EMSTOP 607 parse.c EMSTOP("internal conflict", get_linenum());
EMSTOP 636 parse.c EMSTOP("compiler expected \')\'", get_linenum());
EMSTOP 649 parse.c EMSTOP("unknown name", get_linenum());
EMSTOP 654 parse.c EMSTOP("name of procedure cannot be refereed", get_linenum());
EMSTOP 667 parse.c EMSTOP("expression is not correct", get_linenum());
EMSTOP 92 token.c EMSTOP("unknown token", 0);