Implements if, elseif and else statements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-06-08 14:25:15 +02:00
parent f4a3918947
commit e233616b8e
10 changed files with 187 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ enum class DiagnosticCode{
ParameterTypeMismatch,
CantIndex,
InvalidReturnType,
ConditionNotABool,
};
#endif //PORYGONLANG_DIAGNOSTICCODE_HPP