From: Brian G. <bgr...@mo...> - 2006-11-02 17:40:44
|
Donald G Porter wrote: > Brian Griffin wrote: > >> Change the expression parser to accept unquoted words that are not >> function names as strings. Modify /EqualityExpr/ to reject unqoted >> strings for "*==*", but allow them for "*eq*". >> > > There is no longer an "EqualityExpr" routine to modify. > My mistake. I glanced at 8.4 code instead of HEAD. The point is to move the error check up a level in the parse tree. -Brian |