home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9512 < prev    next >
Text File  |  1992-01-07  |  2KB  |  56 lines

  1.  
  2. O S / 2   - P r o g r a m m a T h e e k volume 9512
  3.  
  4. Source: Fernwood
  5.  
  6. Titel: OS/2 EMACS, BISON Parser (Yacc), Kermit Doc
  7.  
  8. Number  Name            Size    Date     Comments
  9. 9512.01 BISON    ZIP   173288   1-10-89 OS/2 parser - a la  YACC (Unix)
  10.         CATALOG  O12      351  12-08-89 This file 
  11. 9512.02 CKODOC   ZIP    33228  11-26-89 Doc on C-Kermit 1.0  (vol. 9510)
  12. 9512.03 EMACSOS2 ZIP   102781  10-30-88 Micro-Emacs editor  for OS/2
  13.         VOL9512  ABS     1920  12-08-89 Disk Abstract by  BAT30
  14.                 5 File(s)     48128 bytes free on volume  DOSGG9512
  15.         
  16.  
  17. BISON is a parser generator in the  style  of  Unix YACC.    It  should  be
  18. upwardly compatible with input files designed  for yacc. Input files should
  19. follow the yacc convention of   ending  in ``.y''. Unlike yacc, the generated
  20. files do not  have fixed  names, but instead use the prefix of the input 
  21. file. For instance, a grammar  description  file named  parse.y would  produce
  22. the generated parser in a  file   named  parse.tab.c,
  23. instead of yacc's y.tab.c.
  24.  
  25.  
  26. C-Kermit for OS/2 Version 1.00: OS/2 Kermit Capabilities
  27.  
  28. THIS is the DOCfile needed for ProgrammaTheek 9510: CKOKER.
  29.  
  30. C-Kermit provides traditional  (Unix-style) command line   operation as well 
  31. as interactive command prompting and  execution.  The command line options 
  32. provide access to a  basic  subset of C-Kermit's  capabilities; the interacti-
  33. ve   command set is far richer.
  34.  
  35. C-Kermit is a protected-mode program.  It will not run in  the DOS compatabi-
  36. lity environment.  This means that it will  continue running (eg transferring 
  37. files) even when it is  not the foreground session.
  38.  
  39.  
  40. NOTES on Micro-EMACS editor OS/2 version:
  41.  
  42. No mouse support, yet.
  43.  
  44. Video output isn't as fast as I'd like.  The main problem is  that, with
  45. typeahead, line-at-a-time deletions take place
  46. before the screen repaints, and it is easy to delete more  lines than were
  47. desired.
  48.  
  49. To allow multiple copies of MicroEmacs to simultaneously use  the filter and
  50. pipe commands, I use unique temporary file  names, then change the buffer name
  51. to "command".  This works  fine, but it leaves an ugly file name (like
  52. d:\tmp\e000089)  associated with the buffer.  I tried changing the filename 
  53. to "", but ran into trouble and haven't gone back to it.
  54.  
  55. I've mainly used an EGA display, but I've done some testing  with VGA and
  56. mono.