mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-22 07:20:09 -08:00
Move OperatorAssociativity into the function class.
This commit is contained in:
parent
e8595510b8
commit
189f8c6e15
|
@ -1,4 +1,4 @@
|
|||
package org.nwapw.abacus.tree;
|
||||
package org.nwapw.abacus.function;
|
||||
|
||||
/**
|
||||
* Enum to represent the associativity of an operator.
|
|
@ -1,5 +1,6 @@
|
|||
package org.nwapw.abacus.tree;
|
||||
|
||||
import org.nwapw.abacus.function.OperatorAssociativity;
|
||||
import org.nwapw.abacus.lexing.Lexer;
|
||||
import org.nwapw.abacus.lexing.pattern.Match;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user