Brian Wisti wrote: > This sounds neat. I have a question, though. You mention LL(1) a lot. > Is the "(1)" supposed to be a footnote to something I can't see, or is > there something out there called "LL(1)"? LL(1) is a specific class of parser. The LL means left-to-right, left-most derivation. The number in parenthesis (in this case, 1) indicates the number of tokens of look-ahead required to parse. > Sorry, I just got a little confused. > > -Brian W -Kent -- Kent R. Spillner http://kent.zerosphere.org "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin