From c34b2c57219aa496a202c2be1e12332b4eeea440 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Mon, 14 Apr 2025 15:43:20 +0000
Subject: [PATCH] add function parameter handling and contextes
---
src/Value.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/Value.hpp b/src/Value.hpp
index 520e0de..8b649e6 100644
--- a/src/Value.hpp
+++ b/src/Value.hpp
@@ -12,6 +12,8 @@
Variables::Type type = Variables::Type::VT_NULL;
Variables::DataContainer data;
Token token;
+ std::string name;
+ std::string context;
Value() : type(Variables::Type::VT_NULL) {}
--
Gitblit v1.9.3