--- parser3/src/main/compile.y 2002/02/07 15:48:59 1.180 +++ parser3/src/main/compile.y 2002/02/18 12:05:02 1.181 @@ -5,7 +5,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.y,v 1.180 2002/02/07 15:48:59 paf Exp $ + $Id: compile.y,v 1.181 2002/02/18 12:05:02 paf Exp $ */ /** @@ -943,9 +943,12 @@ default: if( PC.ls==LS_EXPRESSION_VAR_NAME_WITH_COLON || PC.ls==LS_EXPRESSION_VAR_NAME_WITHOUT_COLON) { - // name in expr ends also before binary operators + // name in expr ends also before switch(c) { + // expression minus case '-': + // expression integer division + case '\\': pop_LS(PC); PC.source--; if(--PC.col<0) { PC.line--; PC.col=-1; } result=EON;