![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
The basic value type handled by the compiler. More...
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 Compiler Value. More... | |
The basic value type handled by the compiler.
Definition in file ValTableElem.hpp.