Added ParseFunctionCall
This commit is contained in:
@@ -10,7 +10,7 @@ namespace LXC::AST
|
||||
class FunctionCall final : public NodeValue
|
||||
{
|
||||
public:
|
||||
FunctionCall(Identifier& functionName, ValueList& arguments);
|
||||
FunctionCall(const Identifier& functionName, ValueList& arguments);
|
||||
|
||||
private:
|
||||
// The name of the function //
|
||||
|
||||
Reference in New Issue
Block a user