Implements binding unary expressions
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
enum class DiagnosticCode{
|
||||
UnexpectedCharacter,
|
||||
UnexpectedToken,
|
||||
|
||||
NoBinaryOperationFound,
|
||||
NoUnaryOperationFound,
|
||||
};
|
||||
|
||||
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP
|
||||
|
||||
Reference in New Issue
Block a user