mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-14 19:05:19 +00:00
Implement the negation operator.
This commit is contained in:
@@ -4,5 +4,5 @@ package org.nwapw.abacus.function;
|
||||
* The type of an operator, describing how it should behave.
|
||||
*/
|
||||
public enum OperatorType {
|
||||
BINARY_INFIX, UNARY_POSTFIX
|
||||
BINARY_INFIX, UNARY_POSTFIX, UNARY_PREFIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user