home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / FLEX246 / MISC / VMS / VMS.MOR / flex.cld_template < prev    next >
Encoding:
Text File  |  1990-11-27  |  969 b   |  36 lines

  1. parameter p1, label=FILENAME, prompt="Filename"
  2.     value( required, type=$file )
  3. qualifier output, nonnegatable, 
  4.     default, value( type=$file, default=LEXYY.C )
  5. qualifier backtrack_report,
  6.     value( type=$file, default=LEX.BACKTRACK )
  7. qualifier skeleton, nonnegatable, 
  8.     value( type=$file )
  9. qualifier tables, nonnegatable,
  10.     default, value( list, type=table_types )
  11. qualifier statistics,
  12.     value( list, type=stat_types )
  13. qualifier debug
  14. qualifier echo
  15. qualifier eightbit
  16. qualifier trace
  17. qualifier case_sensitive, default
  18. qualifier line, default
  19. qualifier interactive
  20.  
  21. disallow tables.fast and tables.full
  22. disallow (tables.full or tables.fast) and tables.meta_equivalence
  23. disallow (tables.full or tables.fast) and tables.normal
  24. disallow (tables.full or tables.fast) and interactive
  25.  
  26. define type table_types
  27.     keyword fast
  28.     keyword full
  29.     keyword normal
  30.     keyword equivalence,default
  31.     keyword meta_equivalence,default
  32.  
  33. define type stat_types
  34.     keyword performance
  35.     keyword summary
  36.