Moved Common to external git repo
Also changed namespace from LXC to PashaBibko::LXC
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <LXC.h>
|
||||
#include <Util.h>
|
||||
|
||||
#include <NodeTypes.h>
|
||||
|
||||
namespace LXC::AST
|
||||
namespace PashaBibko::LXC::AST
|
||||
{
|
||||
FunctionCall::FunctionCall (const Identifier& functionName, ValueList& arguments)
|
||||
: NodeValue(NodeType::FunctionCall), m_FuncName(functionName), m_Arguments(std::move(arguments))
|
||||
|
||||
Reference in New Issue
Block a user