Fixes and changes for function declarations, using shared_ptr instead of raw pointers
This commit is contained in:
@@ -215,5 +215,10 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class FunctionCallExpression : public ParsedExpression{
|
||||
|
||||
public:
|
||||
};
|
||||
|
||||
|
||||
#endif //PORYGONLANG_PARSEDEXPRESSION_HPP
|
||||
|
||||
Reference in New Issue
Block a user