home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / eiffel / eiffel_p.z / eiffel_p / ep / ParserDrv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-09  |  309 b   |  19 lines

  1. /* compatibility options        */
  2. #define MEY        1
  3. #define ISE        2
  4. #define SIG        3
  5.  
  6. /* error-output options            */
  7. #define SEPARATE_ERROR     1
  8. #define INTEGRATED_ERROR 2
  9.  
  10. /* tree-handling options        */
  11. #define WRITETREE    1
  12. #define QUERYTREE    2
  13. #define CHECKTREE    3
  14.  
  15. /* tree-output options            */
  16. #define ASCII        1
  17. #define BIN        2
  18.  
  19.