home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / object / 3428 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.5 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!ucla-cs!tek
  2. From: tek@ficus.cs.ucla.edu (Ted Kim (Random Dude))
  3. Newsgroups: comp.object
  4. Subject: Re: Sun IDL front-end?
  5. Message-ID: <1992Sep4.193629.26860@cs.ucla.edu>
  6. Date: 4 Sep 92 19:36:29 GMT
  7. References: <1992Sep2.171845.28417@cs.ucla.edu>
  8. Sender: usenet@cs.ucla.edu (Mr Usenet)
  9. Organization: UCLA Computer Science Department
  10. Lines: 26
  11. Nntp-Posting-Host: penzance.cs.ucla.edu
  12.  
  13. In article <1992Sep2.171845.28417@cs.ucla.edu> tek@pram.cs.ucla.edu, I wrote:
  14. > ...
  15. >    At Object World, SunSoft announced a [IDL] compiler front end,
  16. >    available on the Internet, royalty-free, to encourage people
  17. >    to "build to the (OMG) standard," ...
  18.  
  19.  
  20. I called SunSoft and found out that the IDL front-end is not quite out
  21. yet.  When it comes out in a few weeks, it will be announced in OMG's
  22. "First Class" magazine and probably in the comp.object newsgroup. It
  23. will be available in a few weeks through the OMG server by e-mail or
  24. ftp.
  25.  
  26. The IDL front-end is essentially the skeleton of a IDL to programming
  27. language compiler. The basis of the front-end is YACC/LEX. It parses
  28. the IDL, does syntax checking and the like and returns the syntax
  29. tree. Its up to you to do the backend to generate code in the target
  30. language binding. I am not sure how much semantic checking it does.
  31.  
  32. -ted
  33.  
  34. --
  35. Ted Kim                           Internet: tek@ficus.cs.ucla.edu
  36. UCLA Computer Science Department  UUCP:     ...!{uunet|ucbvax}!cs.ucla.edu!tek
  37. 3680A Boelter Hall                Phone:    (310) 825-8524
  38. Los Angeles, CA 90024             FAX:      (310) 825-2273
  39.