Support basic parsing function statements.

This commit is contained in:
2020-10-10 14:29:37 +02:00
parent 911be3f2ed
commit dcf143b1b2
12 changed files with 505 additions and 46 deletions

View File

@@ -7,7 +7,10 @@ namespace MalachScript::Parser {
Script,
Class,
TypeDef,
Namespace
Namespace,
Type,
ParamList,
Func,
};
}