[698] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: assexp op

daemon@ATHENA.MIT.EDU (Fri Mar 10 23:58:05 1995 )

Date: Fri, 10 Mar 1995 20:54:21 -0800
To: coldstuff@MIT.EDU
From: jeffpk@netcom.com (Jeff Kesselman)


>My brain's too fried to figure out if this language is in LALR(1), I
>had a midterm on code generation today, we already had our test on
>parsers, I shouldn't have to know this any more etc etc etc.

I'm pretty sure its LL(1) like C and Pascal.  Anyone know of any counter
examples?  Myself, I've never had the need for more then LL(1).  Maybe its
just my heavy C, Pascal and Modula2 background, but every language I've
ever designed has been LL(1) even though i use Yacc...