﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
134	arithmetic parsing error	Stephen Siegel	ywei	"An expression of the form a-b+c gets parsed as a-(b+c):

{{{int m = ((pid+1)*nx)/NP - (pid*nx)/NP + 2}}}
gets parsed as
{{{
m : int = (((pid+1)*nx)/NP)-(((pid*nx)/NP)+2);
}}}

Please fix and also add simple test for this situation in examples/arithmetic"	defect	closed	major		front	1.0	fixed		
