Implements namespace statement.

This commit is contained in:
2020-10-09 11:54:43 +02:00
parent 2fb1b68ead
commit 43f080cc48
6 changed files with 69 additions and 32 deletions

View File

@@ -6,7 +6,8 @@ namespace MalachScript::Parser {
Unknown,
Script,
Class,
TypeDef
TypeDef,
Namespace
};
}