Large chunk of work in parser for getting expressions to work.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -54,6 +54,16 @@ namespace MalachScript {
|
||||
BitwiseRightShift,
|
||||
ArithmeticRightShift,
|
||||
};
|
||||
|
||||
enum class PreOperator : uint8_t {
|
||||
Negation,
|
||||
Identity,
|
||||
Inversion,
|
||||
Increment,
|
||||
Decrement,
|
||||
BitwiseComplement,
|
||||
Handle
|
||||
};
|
||||
}
|
||||
|
||||
#endif // MALACHSCRIPT_OPERATORS_HPP
|
||||
|
||||
Reference in New Issue
Block a user