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

This commit is contained in:
2021-01-01 13:21:59 +01:00
parent 037470a0ce
commit dd2722d485
4 changed files with 36 additions and 1 deletions

View File

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