Operand, Operation Literal. Operation (: ) Operand.
Operation Literal Operation.
, ( Q) : , , , .
, antlr .
BNF :
<expression> ::= <term> | <term> <addop> <expression>
<term> ::= <factor> | <term> <mulop> <factor>
<factor> ::= <constant> | (" <expression> ")"
<constant> ::= <digit> | <digit> <constant>
<addop> ::= "+" | "-"
<mulop> ::= "*" | "/"
<digit> ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
( , , ) . Literal Operation, , .