Implements binding unary expressions

This commit is contained in:
2019-05-22 12:22:52 +02:00
parent 62e938e039
commit 2cdb9abdb6
5 changed files with 83 additions and 20 deletions

View File

@@ -5,6 +5,9 @@
enum class DiagnosticCode{
UnexpectedCharacter,
UnexpectedToken,
NoBinaryOperationFound,
NoUnaryOperationFound,
};
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP