On Fri, 11 Aug 2000, Nick Ing-Simmons wrote: > In order to make that work you have required the lexer to pass you the {space} > markers. That makes the parser do a lot more work throwing them away. > > It can also easily stop grammar being LALR(1) and hence yacc/bison > parsable - you burn off your one "look ahead" token with the space. Oh. So it would. {crumple crumple crumple} -- Bryan C. Warnock ([EMAIL PROTECTED])
- Re: Program lifecycle Dan Sugalski
- Re: Program lifecycle Dan Sugalski
- Re: Program lifecycle Chaim Frenkel
- Re: Program lifecycle Dan Sugalski
- Re: Program lifecycle Matthew Cline
- Re: Program lifecycle Dan Sugalski
- Re: Program lifecycle Bradley M. Kuhn
- Re: Program lifecycle Dan Sugalski
- Re: Program lifecycle Bryan C . Warnock
- Parser/Lexer Nick Ing-Simmons
- Re: Program lifecycle Bryan C . Warnock
- Re: Program lifecycle Chaim Frenkel