Fixes and changes for function declarations, using shared_ptr instead of raw pointers

This commit is contained in:
2019-06-01 13:43:25 +02:00
parent 6936b26cae
commit 1231a77761
8 changed files with 91 additions and 68 deletions

View File

@@ -215,5 +215,10 @@ public:
}
};
class FunctionCallExpression : public ParsedExpression{
public:
};
#endif //PORYGONLANG_PARSEDEXPRESSION_HPP