ArkScript
A small, lisp-inspired, functional scripting language
Helpers.hpp File Reference

Helpers for the VM. More...

Include dependency graph for Helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Ark
 
namespace  Ark::helper
 

Functions

Value Ark::helper::tail (Value *a)
 
Value Ark::helper::head (Value *a)
 
Value Ark::helper::at (Value &container, Value &index, VM &vm)
 
Value Ark::helper::atAt (const Value *x, const Value *y, Value &list)
 
double Ark::helper::doMath (double a, double b, const Instruction op)
 
std::string Ark::helper::mathInstToStr (const Instruction op)
 

Detailed Description

Helpers for the VM.

Author
Lexy Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Date
2026-02-11

Definition in file Helpers.hpp.