Implements parsing while statement
This commit is contained in:
@@ -25,6 +25,7 @@ namespace MalachScript::Parser {
|
||||
Continue,
|
||||
Break,
|
||||
For,
|
||||
While,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user