xo-interpreter2 stack: work on runtime error representation [WIP]

This commit is contained in:
Roland Conybeare 2026-02-12 18:46:43 -05:00
commit ce5232efd9
18 changed files with 524 additions and 27 deletions

View file

@ -0,0 +1,12 @@
/** @file RuntimeError.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DRuntimeError.hpp"
#include "error/IGCObject_DRuntimeError.hpp"
#include "error/IPrintable_DRuntimeError.hpp"
/* end RuntimeError.hpp */