home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / modula2 / 1559 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.4 KB

  1. Xref: sparky comp.lang.modula2:1559 comp.sys.mac.programmer:19779
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Sirius.dfn.de!mailgzrz.TU-Berlin.DE!news.netmbx.de!Germany.EU.net!rrz.uni-koeln.de!rrz.uni-koeln.de!amc01
  3. From: amc01@rrz.Uni-Koeln.DE (Sebastian Hagedorn)
  4. Newsgroups: comp.lang.modula2,comp.sys.mac.programmer
  5. Subject: Syntax checker for Modula-2
  6. Date: 14 Dec 1992 13:22:05 GMT
  7. Organization: Regional Computing Center, University of Cologne
  8. Lines: 19
  9. Sender: amc01@rrz.Uni-Koeln.DE (Guido Menschingg)
  10. Distribution: world
  11. Message-ID: <1gi1ptINN1aj6@rs1.rrz.Uni-Koeln.DE>
  12. NNTP-Posting-Host: rs1.rrz.uni-koeln.de
  13.  
  14.  
  15. I guess my question points into the direction of the "GENERIC TYPE"
  16. discussion that has been led here. We are looking for a way to implicitly
  17. cast arguments in certain situations. Our idea to handle that problem
  18. is to use a pre-processor that should make a list of all variables and type
  19. dependencies, applying a cast if necessary, in order to get rid of
  20. incompatibilities.
  21. Now, we don't really want to code that beast from scratch. Does anybody
  22. out there have source for a syntax checker or anything else that creates
  23. a list like that?
  24. Any help is greatly appreciated, also other alternatives to solve that problem.
  25. Thanks!
  26. -----------------------------------------------------------------------
  27. Sebastian Hagedorn            "Keep passing the open windows"
  28. Linguistic Data Processing
  29. Cologne University
  30. Germany
  31.  
  32. E-mail: hgd@spinfo.Uni-Koeln.DE
  33.