Add support for diagnostics to parser

This commit is contained in:
2019-05-21 14:00:14 +02:00
parent 2b35da3a7b
commit 99f50b6471
5 changed files with 40 additions and 24 deletions

View File

@@ -4,6 +4,7 @@
enum class DiagnosticCode{
UnexpectedCharacter,
UnexpectedToken,
};
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP