From: Petra M. <pe...@cs...> - 2004-02-17 00:30:11
|
Hi again, Petra Malik wrote: > - NUMSTROKE, NEXTSTROKE, OUTSTROKE, and INSTROKE > (some of your tokens) are handled equally by my scanner. My scanner > returns the STROKE token, which is a String, and it is left to the > parser > to figure out which kind of stroke it is. I guess it is quite easy > to change the scanner to return the four different kinds of strokes ... > but if we want to stay as close to the standard as possible we > should go > for STROKE. Mark just pointed out that there is no reason to stick so closely to the standard. I suggest that I change my scanner to return NUMSTROKE, NEXTSTROKE, etc. ... Petra |