home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / freecomp.zip / COMPILER.FAQ < prev    next >
Text File  |  1994-05-07  |  23KB  |  443 lines

  1. Archive-name: compilers-faq
  2.  
  3. This is the comp.compilers monthly message, last edited May 1994.
  4.  
  5. Contents:
  6.  
  7. -- What is comp.compilers?
  8. -- How do I receive it?
  9. -- How do I submit a message?
  10. -- What happens to submitted messages?
  11. -- How do I respond to the author of a message?
  12. -- How do I contact the moderator?
  13. -- Are back issues available?
  14.  
  15. -- Some Frequently Asked Questions:
  16.  
  17. * Where can I get a C or C++ grammar in yacc?
  18. * Where can I get the Gnu C compiler?
  19. * Are there other free C compilers?
  20. * Where can I get a Fortran grammar in yacc or a Fortran compiler?
  21. * Where can I get Modula-2, Pascal, Ada, or SQL grammars in yacc?
  22. * Where can I get a Cobol grammar in yacc?
  23. * Where can I get a Basic grammar in yacc?
  24. * Where can I get a PL/M grammar?
  25. * Are there free versions of yacc and lex ?
  26. * Are there versions of yacc and lex for MS-DOS?
  27. * What other compilers and tools are freely available?
  28. * How can I get started with yacc and lex and compiler writing in general?
  29. * Where I can I FTP the sources to the programs in Holub's "Compiler
  30.   Design in C" or Mak's "Writing Compilers and Interpreters" ?
  31.  
  32. -- What is comp.compilers?
  33.  
  34. It is a moderated usenet news group addressing the topics of compilers in
  35. particular and programming language design and implementation in general.
  36. It started in 1986 as a moderated mailing list, but interest quickly grew to
  37. the point where it was promoted to a news group.  Recent topics have
  38. included optimization techniques, language design issues, announcements of
  39. new compiler tools, and book reviews.
  40.  
  41. Messages come from a wide variety of people ranging from undergraduate
  42. students to well-known experts in industry and academia.  Authors live all
  43. over the world -- there are regular messages from the U.S, Canada, Europe,
  44. Australia, and Japan, with occasional ones from as far away as Malaysia.  I
  45. have no idea how large the readership is, since the anarchic nature of
  46. usenet makes it impossible to tell who reads it, but I believe that the total
  47. is in the tens of thousands.
  48.  
  49. Unless there is specific language to the contrary, each message represents
  50. only the personal opinion of its author.  I claim no compilation copyright on
  51. comp.compilers.  As far as I am concerned, anyone can reproduce any message
  52. for any purpose.  Individual authors may retain rights to their messages,
  53. although I will not knowingly post anything that does not permit unlimited
  54. distribution in any form.  If you find comp.compilers useful in writing a
  55. book, producing a product, etc., I would appreciate an acknowledgement of
  56. usenet and comp.compilers.
  57.  
  58. -- How do I receive it?
  59.  
  60. The easiest way is to read comp.compilers on a system that gets usenet news.
  61.  
  62. If you don't have access to usenet news, it's also available via E-mail via
  63. a LISTSERV forwarder at the American University.  To subscribe a person
  64. should send e-mail to listserv@american.edu with one line in the mail
  65. message (not in the subject!)  That line should read:
  66.  
  67.                         SUBSCRIBE COMPIL-L full_name
  68. for example:
  69.                         SUBSCRIBE COMPIL-L Ima Hacker
  70.  
  71. To get off the list the subscriber should send e-mail to the same address
  72. with the message:       SIGNOFF COMPIL-L
  73.  
  74. If you have problems getting on or off the list, please contact me.  In
  75. particular, if you want to use an address other than your own personal mail
  76. address, you have to ask me to set it up.  If I receive bounce messages for
  77. an address on the mailing list for two days in a row, I delete it.  If this
  78. happens to you and your address subsequently becomes reachable again, you
  79. can resubscribe.
  80.  
  81. -- How do I submit a message?
  82.  
  83. Mail it to compilers@iecc.com, also known as compilers@iecc.uucp or
  84. iecc!compilers.  I review messages nearly every day, usually including
  85. weekends, and most messages are posted to the net within a day after I
  86. receive them.  Occasionally when I go on vacation there may be up to a
  87. week's delay, though I try to send out a message when that will happen.
  88.  
  89. Most net news systems will automatically turn posted messages into mail to
  90. compilers, but some, particularly systems running notes, don't do that
  91. correctly.  As a result, I sometimes receive hundreds of copies of a
  92. message, all mangled slightly differently.  Please mail your contributions
  93. unless you're sure your posting software works correctly.
  94.  
  95. When you send a message to compilers, I understand that to mean that you
  96. want me to post it to usenet, which means it will be sent to tens of
  97. thousands of potential readers at thousands of computers all around the
  98. world.  It may also appear in a printed comp.compilers annual and other
  99. books, in the ACM SIGPLAN Notices, in on-line and off-line archives,
  100. CD-ROMs, and anywhere else that some reader decides to use it.
  101.  
  102. If you don't want me to post something, send it instead to
  103. compilers-request.  (See below.)
  104.  
  105. PLEASE: Format messages with lines of less than 80 characters, since many
  106. news readers (including mine) don't auto-wrap very well.  Also remove quoted
  107. material not immediately germane to your response.  Messages must be in plain
  108. ASCII, not TeX input, troff, SGML, RTF or any other markup language.
  109.  
  110. -- What happens to submitted messages?
  111.  
  112. Barring mail problems, they arrive in a special mailbox here at iecc.  I
  113. then edit the headers, trim down quoted text, fix typos and grammatical
  114. errors, remove cute signatures, and then post them to usenet.  If I think a
  115. message needs more editing than that, I return it to the author for
  116. rewriting.  The main reasons I return a message are that it appears more
  117. appropriate for another group, the message is too garbled to fix, it
  118. contains too much quoted material relative to the amount of new material, or
  119. I don't understand it.  I also usually return messages that directly attack
  120. individuals, since the net has plenty of other places for ad-hominem battles.
  121. Another possibility is that a message doesn't have a valid return e-mail
  122. address.  If your mail system insists on putting a bogus address in the From:
  123. line, be sure that you put a usable address in your signature.
  124.  
  125. If a message asks a simple question I sometimes answer it myself rather than
  126. posting it.  When two or three messages arrive with the same answer to a
  127. question, I usually post only one of them, with a comment crediting the
  128. others.
  129.  
  130. If you send in a message and don't either see it posted or receive
  131. something back in a few days, it probably got lost in the mail and you
  132. should contact me, preferably via a different mail route.  I post or
  133. respond to all messages except for ones that appear to have been sent by
  134. mistake, e.g. no contents, contents consisting only of another quoted
  135. message, or a personal message for the author of a previous message.
  136. Sometimes when I'm feeling exasperated I disregard messages that re-ask
  137. one of the frequently asked questions that are answered below.
  138.  
  139. One of the most time-consuming jobs in moderating the group is trimming down
  140. the quotes in followup articles.  In most cases, you can expect readers to
  141. have seen the previous article, so only a few lines of quoted text should be
  142. needed to remind the reader of the context.
  143.  
  144. I have installed a simple-minded quote filter that mechanically returns to
  145. the sender any message that contains more quoted than unquoted lines.  Please
  146. edit your quotes before you send in a response, to avoid having the filter
  147. bounce your message.  Since the quote filter is pretty dumb, I do look at
  148. bounced messages myself.  If the filter bounces a message of yours by mistake,
  149. don't panic -- it'll get posted anyway.
  150.  
  151. ``Help wanted'' and ``Position Available'' messages are collected each week
  152. and posted in a digest every Sunday.
  153.  
  154. -- How do I respond to the author of a message?
  155.  
  156. I try to be sure that every message contains valid From: and Reply-To:
  157. headers.  The automatic "reply" commands in most news readers let you send
  158. mail to the author.  If you're replying to a message in a digest, be sure
  159. to respond to the author of the particular message, not to the pseudo-author
  160. of the digest.
  161.  
  162. Some obsolete news readers attempt to reply using the Path: header, but for
  163. technical reasons the Path: header in a moderated message cannot point to
  164. the actual author.  In fact, the Path: header in a compilers message is
  165. deliberately a bad mail address, so if you have such a news reader you'll
  166. have to edit the addresses in responses yourself and, I hope, encourage your
  167. system manager to update your news and mail software.
  168.  
  169. Sometimes mail to an author bounces, either because a gateway isn't
  170. working or because the return address is unregistered or otherwise bad.
  171. Please don't ask me to forward it, since my machine is no better connected
  172. than anyone else's.  (It's just another node on the Internet.)  If
  173. you send me a message obviously intended for the author of an item, I will
  174. discard it on the theory that if it wasn't important enough for you to
  175. send it to the right place, it isn't important enough for me, either.
  176.  
  177. -- How do I contact the moderator?
  178.  
  179. Send me mail at compilers-request@iecc.com.  I treat messages to
  180. compilers-request as private messages to me unless they state that they
  181. are for publication.
  182.  
  183. -- Are back issues available?
  184.  
  185. I have complete archives going back to the original mailing list in 1986.
  186. The archives now fill about 18 megabytes, and are growing at over 200K per
  187. month.  I update the archives at the end of each month.  People with ftp
  188. access can get them from primost.cs.wisc.edu, (128.105.36.61) where James
  189. Larus has kindly provided space, in directory pub/comp.compilers.  The
  190. archives contain a compressed Unix mailbox format file for each month,
  191. with names like 91-08.Z.  The file INDEX.Z lists all of the subject lines
  192. for every message in the archives, and in most cases is the first file you
  193. should retrieve.  I am in the process of moving the archives to iecc.com
  194. (140.186.81.1).  The network software there is buggy, so although FTP works,
  195. it can be excruciatingly slow.  At iecc.com, everything is compressed with
  196. gzip rather than compress.
  197.  
  198. The archives are available via modem from Channel One, an excellent local
  199. BBS.  You have to register, but no payment is needed to download the
  200. archives which are in Area 6.  (If you call more than once or twice, it
  201. would be nice to sign up for at least the $25 trial membership.)  The 2400
  202. BPS telephone number is +1 617 354 8873, and the Telebit number is +1 617
  203. 354 0470.  There is a ZIP format archive per month with names like
  204. comp9108.zip, with the most recent archive also containing the index.
  205.  
  206. There is now a mail server at compilers-server@iecc.com that can mail you
  207. indexes, messages, and the files mentioned below.  Send it a message
  208. containing "help" to get started.
  209.  
  210. I have also published a printed edition of the 1990 messages grouped by
  211. thread and topic, and with some indexes, and may publish subsequent editions.
  212. (If you'd be intereted in editing the 1991, 1992, or later books, let me
  213. know.)  see the message which should immediately follow this one for further
  214. details on the 1990 book. 
  215.  
  216. -- Some Frequently Asked Questions:
  217.  
  218. NOTE: Many issues are discussed occasionally on comp.compilers, but not
  219. frequently enought to make the FAQ sheet.  If you have a question but the
  220. answer isn't in the FAQ, you may well be able to get good background by
  221. reading the appropriate articles in the archive.  If you can FTP, please
  222. at least get the index and look through it.
  223.  
  224. The various files that I mention below that I have are in the compilers
  225. archive at primost.cs.wisc.edu, and are also available from the mail
  226. server mentioned above.  If you can FTP them, please do so rather than
  227. using the mail server, since the mail bandwith is quite small.
  228.  
  229. * Where can I get a C or C++ grammar in yacc?
  230.  
  231. Jim Roskind's well-known C and C++ grammars are in the archive, as is
  232. a C grammar written by Jeff Lee.  Dave Jones posted a parser as
  233. message 91-09-030.  Another C grammar was posted to comp.sources.misc
  234. in June 1990, v13 i52, archive name ansi-c_su.  GCC and G++ are based
  235. on yacc grammars, see below.
  236.  
  237. * Where can I get the Gnu C compiler?
  238.  
  239. GCC is a high-quality free C and C++ compiler.  (Free is not the same as
  240. public domain, see the GCC distribution for details.)  It is available in
  241. source from prep.ai.mit.edu.  You need an existing C compiler and
  242. libraries to bootstrap it.
  243.  
  244. A development system called "djgpp" by DJ Delorie <dj@ctron.com> is based
  245. on gcc and other GNU programs, and runs on 386 or higher PCs running
  246. MS-DOS.  This is available by FTP from the SimTel archives (primary mirror
  247. is oak.oakland.edu) in the directory pub/msdos/djgpp.
  248.  
  249. * Are there other free C compilers?
  250.  
  251. The lcc compiler, written by people at Princeton and Bell Labs, is
  252. available via FTP from princeton.edu.  It is supposed to generate code
  253. nearly as good as GCC while being considerably faster and smaller.  It
  254. comes with a demonstration VAX code generator and documentation on the
  255. code generation interfaces.  Production code generators for the VAX, MIPS,
  256. and Motorola 68020 are available for research use to universities willing
  257. to execute a license agreement; the FTP package elaborates.  Lcc uses a
  258. hard-coded C parser because it's faster than yacc.
  259.  
  260. * Where can I get a Fortran grammar in yacc or a Fortran compiler?
  261.  
  262. I have a small subset parser in the archive mentioned above.  The F2C
  263. Fortran to C translator is a respectable Fortran system (so long as
  264. you have a C compiler to compile its output and its libraries) and
  265. contains a full F77 parser and is available in source form via FTP
  266. from research.att.com and by mail from netlib@research.att.com.
  267.  
  268. * Where can I get Modula-2, Pascal, Ada, or SQL grammars in yacc?
  269.  
  270. I have one each of those, too, in the archive mentioned above, though I
  271. haven't tried to use any of them.
  272.  
  273. * Where can I get a Cobol grammar in yacc?
  274.  
  275. Nowhere for free, as far as I can tell.  This question is asked every few
  276. months and there has never, ever, been any positive response. Perhaps some
  277. of the interested people could get together and write one.  The commercial
  278. PCYACC from Abraxas (see below) comes with a bunch of sample grammars
  279. including one for Cobol-85.
  280.  
  281. Also see the Cobol FAQ posted monthly to comp.lang.misc and alt.cobol.
  282.  
  283. * Where can I get a Basic grammar in yacc?
  284.  
  285. Take a look at ftp.uu.net:comp.sources.unix/volume2/basic which contains
  286. a Basic interpreter with yacc parser.
  287.  
  288. * Where can I get a PL/M grammar?
  289.  
  290. There's one in the archives, called plm.shar.  Also see message
  291. 94-03-062 for a report on a PL/M to C translator.
  292.  
  293. * Are there free versions of yacc and lex ?
  294.  
  295. Vern Paxton's flex is a superior reimplementation of lex.  It is available
  296. from the same places as Gnu sources.  Berkeley Yacc is a quite compatible
  297. PD version of yacc by Bob Corbett, available as ~ftp/pub/byacc.tar.Z on
  298. okeeffe.berkeley.edu.  Gnu Bison is derived from an earlier version of
  299. Corbett's work and is also fairly compatible with yacc.  A byacc extension
  300. that displays graphically the progress of a parse can be found in Jim
  301. Roskind's C++ grammar in the FTP compilers archive.  (The files are too
  302. big for the mail archive, sorry.)
  303.  
  304. * Are there versions of yacc and lex for MS-DOS?
  305.  
  306. There are several of them.  Commercial versions are MKS lex&yacc from MKS
  307. in Waterloo Ont., +1 519 884 2251 or inquiry@mks.com, and PCYACC from
  308. Abraxas Software in Portland OR, +1 503 244 5253.  Both include both yacc
  309. and lex along with a lot of sample code.
  310.  
  311. The standard flex source compiles under the usual DOS compilers, although
  312. you may want to make some of the buffers smaller.  A DOS version of Bison
  313. is on wuarchive.wustl.edu [128.252.135.4] and other servers under
  314. /mirrors/msdos/txtutl/bison111.zip. See message 92-07-012 for more info.
  315.  
  316. * What other compilers and tools are freely available?
  317.  
  318. There is a three-part FAQ posting in comp.compilers and other groups
  319. listing compiler tools freely available in source form, maintained by
  320. Steve Robenalt <free-compilers@idiom.berkeley.ca.us>.  It is posted monthly,
  321. right after this message.  If it's not on your system, you can FTP it from
  322. rtfm.mit.edu in the directory /pub/usenet/news.answers/free-compilers, or
  323. via mail by sending a message to to mail-server@rtfm.mit.edu with the
  324. command "send usenet/news.answers/free-compilers/*" in the text.
  325.  
  326. * How can I get started with yacc and lex and compiler writing in general?
  327.  
  328. By reading any of the many books on the topic.  Here are a few of them.
  329. Also see message 93-01-155 which reviews many compiler textbooks.
  330.  
  331. Aho, Sethi, and Ullman, "Compilers: Principles, Techniques, and Tools,"
  332. Addison Wesley, 1986, ISBN 0-201-10088-6, the "dragon book".  Describes
  333. clearly and completely lexing and parsing techniques including the ones in
  334. yacc and lex.  The authors work or have worked at Bell Labs with Steve
  335. Johnson and Mike Lesk, the authors of Yacc and Lex.
  336.  
  337. Alan Holub, "Compiler Design in C," Prentice-Hall, 1990, ISBN
  338. 0-13-155045-4.  A large book containing the complete source code to a
  339. reimplementation of yacc and lex and a C compiler.  Quite well written,
  340. too, though it has a lot of errors.  The fourth printing is supposed to
  341. correct most of them.  An errata list is in message 90-06-081.
  342.  
  343. John R. Levine, Tony Mason, and Doug Brown, ``Lex & Yacc,'' 2nd Edition,
  344. O'Reilly and Associates, 1992, ISBN 1-56592-000-7, $29.95.  A concise
  345. introduction with completely worked out examples and an extensive
  346. reference section.  The new edition is completely revised from the earlier
  347. 1990 edition.
  348.  
  349. Donnely and Stallman, "The Bison Manual," part of the on-line distrubution
  350. of the FSF's Bison, a reimplementation of yacc.  As with everything else from
  351. the FSF, full source code is included.
  352.  
  353. Axel T. Schreiner and H. George Friedman, Jr., "Introduction to Compiler
  354. Construction with UNIX," Prentice-Hall, 1985.  Oriented to tutorial work.
  355. Good for beginners.  Develops a small subset-of-C compiler through the book.
  356. (Recommended by Eric Hughes <hughes@ocf.Berkeley.EDU>.)  Richard Hash
  357. <rgh@shell.com> comments that the book has many typographical errors, and
  358. readers should be suspicious of the examples until they actually try them.
  359. Richard Y. Kim <richard@ear.mit.edu> reports that sources are available for
  360. FTP as a.cs.uiuc.edu:pub/friedman/tar.
  361.  
  362. Bennett, J.P. "Introduction to Compiling Techniques - A First Course Using
  363. Ansi C, Lex and Yacc," McGraw Hill Book Co, 1990, ISBN 0-07-707215-4.
  364. It's intended for a first course in modern compiler techniques, is very
  365. clearly written, and has a full chapter on YACC.  I found it to be a good
  366. introductory text before getting into the 'Dragon book'.  (Recommended by
  367. John Merlin <J.H.Merlin@ecs.southampton.ac.uk>.)  Source code is available
  368. at ftp.bath.ac.uk.
  369.  
  370. Charles N. Fischer & Richard J. LeBlanc, "Crafting A Compiler", Benjamin
  371. Cummings Publishing, Menlo Park, CA, 1988, ISBN 0-8053-3201-4.  There's
  372. also a revised version as of 1990 or 1991 titled "Crafting A Compiler in
  373. C", with all examples in C (the original used ADA/CS).  Erich Nahum
  374. <nahum@cs.umass.edu> writes: A key compiler reference.  We used the
  375. original to great effect in Eliot Moss' graduate compiler construction
  376. class here at UMass.  My feeling is that Fischer & LeBlanc is a good
  377. tutorial, and one should use Aho, Sethi, & Ullman as a reference.
  378.  
  379. Des Watson, "High-Level Languages and Their Compilers," International
  380. Computer Science Series, Addison-Wesley Publishing Company, Wokingham
  381. England, 1989.  Adrian Howard <adrianh@cogs.sussex.ac.uk> writes: This is
  382. the kindest, most readable introduction to compilers at the graduate level
  383. I have ever read - an excellent example of what textbooks should all be
  384. like.
  385.  
  386. W.M. Waite and G. Goos, "Compiler Construction," Springer-Verlag, New
  387. York, 1984.  Dick Grune <dick@cs.vu.nl> writes: A theoretical approach to
  388. compiler construction. Refreshing in that it gives a completely new view
  389. of many subjects. Heavy reading, high information density.
  390.  
  391. J.P. Tremblay and P.G. Sorenson, "The Theory and Practice of Compiler
  392. Writing," McGraw-Hill, 1985.  Dick Grune <dick@cs.vu.nl> writes: Extensive
  393. and detailed. Heavy reading. To be consulted when other sources fail.
  394.  
  395. James E. Hendrix, "The Small-C Compiler", 2nd ed., M&T Books, ISBN
  396. 0-934375-88-7 <Book Alone>, 1-55851-007-9 <MS-DOS Disk>,
  397. 0-934375-97-6 <Book AND Disk>.
  398.  
  399. William Jhun <ec_ind03@oswego.edu> writes: It explaines the C-language is
  400. thorough....and explains every single aspect of the compiler. The book
  401. compares source code to p-code to assembly. It goes over a nice set of
  402. optimization routines, explains the parser, the back end, and even
  403. includes source code, which the compiler on the disk can actually compile
  404. itself. It's an extremely interesting book, check it out.
  405.  
  406. Ronald Mak, "Writing Compilers and Interpreters: An Applied Approach",
  407. 1991, John Wiley and Sons, Inc. ISBN 0-471-50968-X.
  408.  
  409. Andrew Tucker <a_tucker@paul.spu.edu> writes: This 512-page book presents
  410. a strictly hands on approach, developing a Pascal interpreter and
  411. interactive debugger, then completing with a compiler which emits 8086
  412. assembly.  All source code is provided in print and on disk.  This book is
  413. very low to non-existent in theoretical content, but is very practical and
  414. readable for an introduction.  Taylor Hutt <thutt@access.digex.net>
  415. comments that the book is a piece of junk.  The code that is contained in
  416. the book is full of bugs, and the code that it generates will not work.
  417.  
  418. "The Art of Compiler Design", Thomas Pittman & James Peters, Prentice-Hall
  419. International, 1992, Englewood Cliffs, NJ 07632, 0-13-046160-1
  420.  
  421. Franklin L. Vermeulen <vfrank@vnet3.vub.ac.be> writes: This is a very
  422. nicely written and straightforward text on compiler construction.  There
  423. is a certain (unavoidable?) amount of overlap with a course on automata
  424. (as in Aho, Sethi and Ullman).  It is based on Modula-2 and on an
  425. experimental tool, the TAG compiler-compiler (Transformational Attribute
  426. Grammar) which seems to be a C-independent superset of lex/yacc, because
  427. its syntax allows you to specify all semantic actions without a single
  428. line of C-code (or any other implementation language, for that matter).
  429.  
  430. If anyone sends in others, I'll be happy to add them to the list.
  431.  
  432. * Where I can I FTP the sources to the programs in Holub's "Compiler
  433. Design in C" or Mak's "Writing Compilers and Interpreters" ?
  434.  
  435. You can't.  In each book there's ordering information for diskettes with
  436. the code.
  437.  
  438. Regards,
  439. John Levine, comp.compilers moderator
  440. -- 
  441. Send compilers articles to compilers@iecc.com or
  442. {ima | spdcc | world}!iecc!compilers. Meta-mail to compilers-request@iecc.com.
  443.