Implements try catch statement.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-02 11:53:16 +01:00
parent 54ccac6d96
commit 28ece69be6
4 changed files with 43 additions and 3 deletions

View File

@@ -26,7 +26,8 @@ namespace MalachScript::Parser {
Break,
For,
While,
DoWhile
DoWhile,
Try
};
}