Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site rochester.UUCP Path: utzoo!linus!philabs!seismo!rochester!jay From: jay@rochester.UUCP (Jay Weber) Newsgroups: net.wanted,net.unix Subject: Re: Yacc Question Message-ID: <3758@rochester.UUCP> Date: Tue, 8-Nov-83 14:21:48 EST Article-I.D.: rocheste.3758 Posted: Tue Nov 8 14:21:48 1983 Date-Received: Wed, 9-Nov-83 22:11:34 EST References: <349@dartvax.UUCP> Organization: U. of Rochester, CS Dept. Lines: 8 When an error is detected, the yacc variable "yychar" will be set to the lookahead token number. For character tokens like ';', the token number will be the integer value corresponding to it, but if it is a declared token then you will have to come up with a cross-reference table if you want what the token is in english. Jay Weber {..!seismo!rochester!jay, jay@rochester.arpa}