ArkScript
A small, fast, functional and scripting language for video games
ValTableElem.hpp File Reference

The basic value type handled by the compiler. More...

#include <variant>
#include <string>
#include <Ark/Compiler/AST/Node.hpp>
+ Include dependency graph for ValTableElem.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ark::internal::ValTableElem
 A Compiler Value class helper to handle multiple types. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Enumerations

enum class  Ark::internal::ValTableElemType { Ark::internal::Number , Ark::internal::String , Ark::internal::PageAddr }
 Enumeration to keep track of the type of a C(ompiler)Value. More...
 

Detailed Description

The basic value type handled by the compiler.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.2
Date
2020-10-27

Definition in file ValTableElem.hpp.