Implements parsing while statement

This commit is contained in:
2021-01-01 13:14:29 +01:00
parent a3a996d68a
commit a9c3a9e0c4
4 changed files with 39 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ namespace MalachScript::Parser {
Continue,
Break,
For,
While,
};
}