Terminal symbol PLUS

Occurrences of symbol PLUS in grammar rules:

BinExpr Expr  PLUS  Expr 

XML Serialization Annotation

This terminal has the following XML serialization annotation:
  [
    nsprefix	= "hex"
    localname	= "ArithmeticOperator"
    attributes	= { 
                    symbol = "+"
                  }
  ]
This means that terminal PLUS is serialized thus:

<hex:ArithmeticOperator symbol = "+"/>


Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.