A binary expression node, e.g. More...
#include <ast.h>
A binary expression node, e.g.
a + b or x == y.
a + b
x == y
Covers arithmetic, comparison, and logical binary operators.