home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / m2c4os2.zip / m2c4os2.txt
Text File  |  2002-01-12  |  2KB  |  66 lines

  1.    M2C4OS2
  2.  
  3.    Modula-2 to C Translator for OS/2 2.0 (HPFS only)
  4.  
  5.    Compiled for OS/2 2.0 with emx 0.8f
  6.  
  7.    Direct requests, comments and questions about OS2-Version of M2C to:
  8.  
  9.    M. Riedl, H.-J. Hochkamp, H.-U. Menzebach
  10.    Universität-GHS-Essen, FB8 
  11.    Institut für Physikalische und Theoretische Chemie
  12.    Universitätsstr 3-5
  13.    4300 ESSEN 1 (since june 1993 : 45141 ESSEN)
  14.    Email: cph080@vm.hrz.uni-essen.de
  15.  
  16.  
  17.  
  18. If you want to recompile the sources of mtc use (and optimize) the
  19. makefile.os2 in the following directories : reuse\m2c, reuse\c, 
  20.                         front\m2c, mtc\m2c
  21.  
  22. Make shure that you made a copy of mtc\m2c\Scanner.Tab and Parser.Tab (do or die).
  23. We have not found a possibility to create them under OS/2 2.0 (If you 
  24. know how, please tell us !!). We created them under UNIX.
  25.  
  26. To test the mtc try to translate mtc\m2c\testm2c.mi with :
  27.  
  28.             mtc -l. testm2c.mi 
  29.  
  30.  
  31.  
  32. Original Program Information :
  33.  
  34. from ftp.karlsruhe.gmd.de (/pub/cocktail)
  35.  
  36. *************************************************************************
  37. *                                    *
  38. *  Mtc                                    *
  39. *                                    *
  40. *  Modula-2 to C Translator                        *
  41. *                                    *
  42. *  Author: M. Martin                            *
  43. *                                    *
  44. *  Copyright (c) 1990 by                        *
  45. *                                    *
  46. *  Gesellschaft fuer Mathematik und Datenverarbeitung            *
  47. *  (German National Research Center for Computer Science)        *
  48. *  Forschungsstelle fuer Programmstrukturen                *
  49. *  an der Universitaet Karlsruhe                    *
  50. *                                    *
  51. *  All rights reserved.    GMD assumes no responsibility for the use    *
  52. *  or reliability of its software.                    *
  53. *                                     *
  54. *************************************************************************
  55.  
  56. Direct requests, comments, questions, and error reports to:
  57.  
  58.     Josef Grosch
  59.     GMD Forschungsstelle
  60.     Vincenz-Priessnitz-Str. 1
  61.     D-7500 Karlsruhe 1
  62.  
  63.     Phone: +721-662226
  64.     Email: grosch@karslruhe.gmd.de
  65.  
  66.