back to syntax homepage
SimpleExpression
:
SimpleExpression
= [
"+"
|
"-"
]
term
{
AddOperator
term
}
Places in the syntax where you might come from:
expression