Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
ffi.cpp File Reference
#include "ffi.hpp"
#include "../VM/VM.hpp"
#include <vector>
#include <iostream>
#include <memory>
#include <string>
#include <stdexcept>
#include <sstream>
#include <filesystem>
#include <format>
Include dependency graph for ffi.cpp:

Go to the source code of this file.

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Macros

#define INSTANCED_FFI(fn)

Macro Definition Documentation

◆ INSTANCED_FFI

#define INSTANCED_FFI ( fn)
Value:
[this](const std::vector<Value> &args, VM *vm) { return this->fn(args, vm); }

Definition at line 17 of file ffi.cpp.