Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!grkermit!masscomp!clyde!burl!ulysses!mhuxl!ihnp4!fortune!lowry From: lowry@fortune.UUCP Newsgroups: net.micro.apple,net.lang Subject: Re: LL(1) parser for an apple. (are you mad?!?) Message-ID: <3392@fortune.UUCP> Date: Wed, 23-May-84 19:35:07 EDT Article-I.D.: fortune.3392 Posted: Wed May 23 19:35:07 1984 Date-Received: Sat, 26-May-84 02:16:37 EDT References: <1207@sdccs7.UUCP>, <133@moscom.UUCP> <1219@sdccs7.UUCP>, <300@sjuvax.UUCP> Organization: Fortune Systems, Redwood City, CA Lines: 5 Regarding the comment that recursive desecent "automatically" requires the use of a hiagher level langauge---not true. If you manage your own stack of local variables, you can do it in assembly language. I know; I did it once. On an apple, no less.