File:  [LON-CAPA] / capa / capa51 / pProj / Attic / capaParserFun.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Sep 28 21:26:21 1999 UTC (24 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
Initial revision

#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	NEW_ID	257
#define	I_CONSTANT	258
#define	R_CONSTANT	259
#define	S_CONSTANT	260
#define	I_VAR	261
#define	R_VAR	262
#define	S_VAR	263
#define	IDENTIFIER	264
#define	FUNCTION_ID	265
#define	ARRAY_ID	266
#define	HINT_LINE	267
#define	EXPLAIN_LINE	268
#define	TEXT_LINE	269
#define	IMPORT_LINE	270
#define	CAPA_LET	271
#define	CAPA_DEF	272
#define	CAPA_DIS	273
#define	CAPA_END	274
#define	CAPA_VAR	275
#define	CAPA_ESC	276
#define	CAPA_MAP	277
#define	CAPA_FIG	278
#define	CAPA_ANS	279
#define	CAPA_RMAP	280
#define	CAPA_IF	281
#define	CAPA_ELSE	282
#define	CAPA_ENDIF	283
#define	CAPA_SUBJ	284
#define	CAPA_WHILE	285
#define	CAPA_RQO	286
#define	CAPA_ENDWHILE	287
#define	CAPA_START	288
#define	ANS_AND	289
#define	ANS_BOX_SHOW	290
#define	ANS_CALC	291
#define	ANS_CI	292
#define	ANS_COMPARE	293
#define	ANS_CS	294
#define	ANS_EVAL	295
#define	ANS_EXPLAIN	296
#define	ANS_EXTERNAL	297
#define	ANS_FMT	298
#define	ANS_FORMULA	299
#define	ANS_HINT	300
#define	ANS_MC	301
#define	ANS_MINUS	302
#define	ANS_OFF	303
#define	ANS_ON	304
#define	ANS_OR	305
#define	ANS_ORDERED	306
#define	ANS_PATH	307
#define	ANS_PCREDIT	308
#define	ANS_PLUS	309
#define	ANS_RANGE	310
#define	ANS_SHOW_BR	311
#define	ANS_SIG	312
#define	ANS_TOLERANCE	313
#define	ANS_TRY	314
#define	ANS_TYPE	315
#define	ANS_UNFMT	316
#define	ANS_UNIT	317
#define	ANS_WEIGHT	318
#define	VAR_RANGE	319
#define	VERBATIM	320
#define	SLASH	321
#define	FORMAT	322
#define	EQ_op	323
#define	NE_op	324
#define	GT_op	325
#define	GE_op	326
#define	LT_op	327
#define	LE_op	328
#define	AND_op	329
#define	OR_op	330
#define	EoL	331


extern YYSTYPE yylval;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>