On Thu, 02 Jul 2009, Xavi wrote: > Do you permit a question to my learn? :) > In Harbour is possible define rule ExprAssign with LeftExpression > as ExprEqual, ExprPlusEq, etc ... beacuse it does the same for > all. Not have to do things different if is Variable or MacroVar.
Just simply when I introduced LeftExpression to reduce the rules I left original list with explicit list of all left side expression as an example and source of copy and past in some other modifications and then forgot about it. As I can see I even synced it with macrocomputer :-) I do not longer need it so I'll reduce it to simple: ExprAssign : LeftExpression INASSIGN Expression { $$ = hb_compExprAssign( $1, $3, HB_COMP_PARAM ); } in next commit. Thanks for a note. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour