Xref: utzoo comp.lang.modula2:671 comp.lang.misc:1126 Path: utzoo!utgpu!water!watmath!watdragon!djsalomon From: djsalomon@watdragon.waterloo.edu (Daniel J. Salomon) Newsgroups: comp.lang.modula2,comp.lang.misc Subject: Re: From Modula to Oberon Message-ID: <5494@watdragon.waterloo.edu> Date: 3 Mar 88 22:51:29 GMT References: <7161@sol.ARPA> Reply-To: djsalomon@watdragon.waterloo.edu (Daniel J. Salomon) Organization: U. of Waterloo, Ontario Lines: 20 I would like to point out two minor typo's in Wirth's introduction to Oberon that lead to humorous results. On page 3 he gives statistics on code size for the parts of his Oberon compiler. The correct table should be: length of length of time of self source program compiled code compilation ---------------------------------------------------------------- lines characters bytes seconds ---------------------------------------------------------------- Parser 1116 36719 9928 11.53 Scanner 346 9863 3388 3.80 Import/Export 514 18386 4668 5.25 Code generator 1963 65901 21636 21.02 ------ ------- ------- ------- Total 3939 130869 39620 41.60 Notice that only two digits have changed columns, but now the columns add up correctly, and the statistics make more sense.