Category : C Source Code
Archive   : TBISON0.ZIP
Filename : FILES.H

 
Output of file : FILES.H contained in archive : TBISON0.ZIP
/* files.h
File names and variables for bison,
copyright (C) 1984 Bob Corbett and Richard Stallman */

/* These two should be pathnames for opening the sample parser files.
When bison is installed, they should be absolute pathnames. */

#define PFILE "parser"
#define PFILE1 "simparse"

extern FILE *finput; /* read grammar specifications */
extern FILE *foutput; /* optionally output messages describing
the actions taken */
extern FILE *fdefines; /* optionally output #define's
for token numbers. */
extern FILE *ftable; /* output the tables and the parser */
extern FILE *fattrs; /* if semantic parser, output a .h file
that defines YYSTYPE and also contains
all the %{ ... %} definitions. */
extern FILE *fguard; /* if semantic parser, output yyguard,
containing all the guard code */
extern FILE *faction; /* output all the action code; precise form
depends on which parser */
extern FILE *fparser; /* read the semantic parser
to copy into ftable */
extern FILE *fparser1; /* read the simple parser to copy into ftable */

extern char *infile;
extern char *outfile;
extern char *defsfile;
extern char *tabfile;
extern char *attrsfile;
extern char *guardfile;
extern char *actfile;
extern char *pfile;
extern char *pfile1;
extern char *rulesfile;


  3 Responses to “Category : C Source Code
Archive   : TBISON0.ZIP
Filename : FILES.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/