Implement associativity storage for operators.
This commit is contained in:
@@ -17,6 +17,10 @@ struct libab_operator_s {
|
||||
* The precedence of the operator.
|
||||
*/
|
||||
int precedence;
|
||||
/**
|
||||
* The associativity of the operator.
|
||||
*/
|
||||
int associativity;
|
||||
/**
|
||||
* The functionality of the operator.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user