Moved Common to external git repo
Also changed namespace from LXC to PashaBibko::LXC
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <LXC.h>
|
||||
#include <Util.h>
|
||||
|
||||
namespace LXC::AST
|
||||
namespace PashaBibko::LXC::AST
|
||||
{
|
||||
// Enum to track which node it was created as //
|
||||
enum class NodeType
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <LXC.h>
|
||||
#include <Util.h>
|
||||
|
||||
#include <NodeBase.h>
|
||||
#include <Token.h>
|
||||
|
||||
namespace LXC::AST
|
||||
namespace PashaBibko::LXC::AST
|
||||
{
|
||||
class FunctionCall final : public NodeValue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user