|
|
|
@ -171,6 +171,19 @@ i - j;
|
|
|
|
(expression_statement (math_op (identifier) (identifier)))
|
|
|
|
(expression_statement (math_op (identifier) (identifier)))
|
|
|
|
(expression_statement (math_op (identifier) (identifier))))
|
|
|
|
(expression_statement (math_op (identifier) (identifier))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
============================================
|
|
|
|
|
|
|
|
Boolean operators
|
|
|
|
|
|
|
|
============================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i || j;
|
|
|
|
|
|
|
|
i && j;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(program
|
|
|
|
|
|
|
|
(expression_statement (bool_op (identifier) (identifier)))
|
|
|
|
|
|
|
|
(expression_statement (bool_op (identifier) (identifier))))
|
|
|
|
|
|
|
|
|
|
|
|
============================================
|
|
|
|
============================================
|
|
|
|
Relational operators
|
|
|
|
Relational operators
|
|
|
|
============================================
|
|
|
|
============================================
|
|
|
|
|