mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-31 11:05:19 +00:00
Move OperatorAssociativity into the function class.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package org.nwapw.abacus.tree;
|
package org.nwapw.abacus.function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enum to represent the associativity of an operator.
|
* Enum to represent the associativity of an operator.
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
package org.nwapw.abacus.tree;
|
package org.nwapw.abacus.tree;
|
||||||
|
|
||||||
|
import org.nwapw.abacus.function.OperatorAssociativity;
|
||||||
import org.nwapw.abacus.lexing.Lexer;
|
import org.nwapw.abacus.lexing.Lexer;
|
||||||
import org.nwapw.abacus.lexing.pattern.Match;
|
import org.nwapw.abacus.lexing.pattern.Match;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user