home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / P2C.ZIP / P2CREAD.ME / text0000.txt < prev   
Encoding:
Text File  |  1987-03-27  |  562 b   |  14 lines

  1. Here's a Pascal to C translator which correctly handles function,
  2. procedure, and most type declarations (yay!).  It is adapted from p2c.c 1.1 of
  3. the mod.sources archives; I suppose it should be called "p2c, version 2.0".  
  4. I wrote it in anticipation of a need to convert a VERY large Turbo Pascal 
  5. program, but the need never arose... so the resulting program is untested 
  6. and unpolished.  Nevertheless, it should be interesting and useful to those 
  7. willing to play with it a bit.
  8. Cheers,
  9.     Dan Kegel
  10.     seismo!rochester!srs!dan
  11.  
  12. p.s. Hi, Rick!
  13.  
  14.