refactor(furvm): better thing implementation

This commit is contained in:
2026-06-06 23:16:59 +02:00
parent daf16c18e1
commit bfdbbb0d5f
4 changed files with 45 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ namespace furvm {
class context {
public:
friend class executor;
friend class thing;
public:
context();
~context() = default;