ArkScript
A small, fast, functional and scripting language for video games
Node.cpp File Reference
#include <Ark/Compiler/Common.hpp>
#include <Ark/Compiler/AST/Node.hpp>
#include <Ark/Exceptions.hpp>
#include <fmt/core.h>
+ Include dependency graph for Node.cpp:

Go to the source code of this file.

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Functions

const Node & Ark::internal::getTrueNode ()
 
const Node & Ark::internal::getFalseNode ()
 
const Node & Ark::internal::getNilNode ()
 
const Node & Ark::internal::getListNode ()
 
bool Ark::internal::operator== (const Node &A, const Node &B)
 
bool Ark::internal::operator< (const Node &A, const Node &B)
 
bool Ark::internal::operator! (const Node &A)