Support basic parsing function statements.
This commit is contained in:
@@ -7,7 +7,10 @@ namespace MalachScript::Parser {
|
||||
Script,
|
||||
Class,
|
||||
TypeDef,
|
||||
Namespace
|
||||
Namespace,
|
||||
Type,
|
||||
ParamList,
|
||||
Func,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user