xo-interpreter2 stack: work on runtime error representation [WIP]
This commit is contained in:
parent
83156ef2d0
commit
ce5232efd9
18 changed files with 524 additions and 27 deletions
15
xo-object2/idl/IGCObject_DRuntimeError.json5
Normal file
15
xo-object2/idl/IGCObject_DRuntimeError.json5
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
includes: [
|
||||
// "<xo/gc/GCObject.hpp>",
|
||||
// "<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/GCObject.json5",
|
||||
brief: "provide AGCObject interface for DRuntimeError",
|
||||
using_doxygen: true,
|
||||
repr: "DRuntimeError",
|
||||
doc: [ "implement AGCObject for DRuntimeError" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue