Oded Sharon

Show:

What's happening?

  • Comment: Error message

    The bug is in the handling of empty rules #1967806 The solution (unchecked as far as I can see is to change the funciton popTokensInto) TokenStack::popTokensInto

    2008-05-20 14:16:44 UTC in pygold

  • Reduction of empty rules destroys the token stack

    In a grammar that defines optional rules (see SQL-ANSI-89.grm) the number of rules can be greatly reduced by defining rules that may be empty. ::= | However the rule can sometimes contain no token on the stack when it is reduced. The problem in the code is in the method Parser::reduce the rule length is obviously 0...

    2008-05-20 09:15:45 UTC in pygold

About Me

  • 2008-05-20 (1 year ago)
  • 2092509
  • osharon (My Site)
  • Oded Sharon

Send me a message