Implements parsing switch case statements.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-02 12:38:50 +01:00
parent 85e3a6db43
commit de15173b0b
4 changed files with 124 additions and 3 deletions

View File

@@ -27,7 +27,9 @@ namespace MalachScript::Parser {
For,
While,
DoWhile,
Try
Try,
Switch,
Case,
};
}