Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site west44.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!houxz!vax135!ukc!west44!lee From: lee@west44.UUCP (Lee McLoughlin) Newsgroups: net.lang Subject: Re: Parsers for small micros (8-bits) Message-ID: <221@west44.UUCP> Date: Thu, 31-May-84 21:34:02 EDT Article-I.D.: west44.221 Posted: Thu May 31 21:34:02 1984 Date-Received: Sat, 2-Jun-84 08:26:27 EDT References: <1240@sdccs7.UUCP> Organization: CS Dept., Westfield College, London Lines: 8 I have used an LR(1) (well actually an LALR(1)) parser generator to generate a compiler for an 8 bit machine. The parser generator was none other than YACC! It generated a parser in pascal which was efficient, fast, reasonably short (it was a one pass compiler so it had to be). Why bother with LL when you don't have ABSOLUTELY have to? -- "The wizard of OS" Lee McLoughlin ....!ukc!root44!west44!lee ....!ukc!lmcl