namespace meowlang.parser; public enum UnaryOperator { LogicalNot, BitwiseNot, Negative, }