Implements basic virtprop parsing.

This commit is contained in:
2020-10-31 19:23:15 +01:00
parent 6a0ec63a7e
commit 823b00777e
6 changed files with 199 additions and 29 deletions

View File

@@ -11,6 +11,7 @@ namespace MalachScript::Parser {
Type,
ParamList,
Func,
VirtProp,
};
}