Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!SUN.COM!wmb From: wmb@SUN.COM (Mitch Bradley) Newsgroups: comp.lang.forth Subject: Re: writing a C interpreter in Forth? Message-ID: <9001090113.AA24535@jade.berkeley.edu> Date: 8 Jan 90 20:22:56 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Forth Interest Group International List Organization: The Internet Lines: 7 > Why not implement [a C parser] as recursive descent? No ironclad reason; it just seemed like yacc would be easier, since a yacc grammar for C is floating around, and yacc parse tables are compact, easy, and fast to interpret. Mitch