Module come::ast::statement::expression::binary_operator
source · Expand description
Result of a binary operator.
Modules§
Macros§
- A macro for generating binary operator parsers. The
level
here are from C’s operator precedence.
Structs§
BinaryOperatorResult
represents result of a binary operator.
Functions§
- Parse source code to get a
BinaryOperatorResult
.