Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!jarthur!uci-ics!pete From: pete@ics.uci.edu (Peter Miguel Oleary) Newsgroups: comp.sys.mac.programmer Subject: Re: ';' inserted (Re: MPW wish list) Message-ID: <25DF0FD3.29304@paris.ics.uci.edu> Date: 18 Feb 90 21:12:51 GMT References: <149@farcomp.UUCP> <5385@okstate.UUCP> <4464@jarthur.Claremont.EDU> Reply-To: pete@ics.uci.edu (Peter Miguel Oleary) Organization: UC Irvine Department of ICS Lines: 12 In article <4464@jarthur.Claremont.EDU> wilkins@jarthur.Claremont.EDU (Mark Wilkins) writes: > > One question which has had me guessing for a while is this: Why is it >that some compilers use the error message " inserted" when they >really mean that there is a missing symbol and you must insert it yourself? " inserted" means, roughly: "I was expecting to see a at this point but I didn't so now I am going to have to insert a here so that I can continue parsing". Pick up any good book on compiler design and look for the chapter on error recovery. Pete O'Leary.