xo-procedure2: procedure abstraction for Schematika

This commit is contained in:
Roland Conybeare 2026-01-25 10:31:06 -05:00
commit e35c85def0
19 changed files with 885 additions and 0 deletions

View file

@ -0,0 +1,16 @@
/** @file DPrimitive.cpp
*
* @author Roland Conybeare, Jan 2026
**/
#include "DPrimitive.hpp"
#include <xo/gc/GCObject.hpp>
namespace xo {
namespace scm {
} /*namespace scm*/
} /*namespace xo*/
/* end DPrimitive.cpp */