16 lines
451 B
Text
16 lines
451 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/interpreter2",
|
|
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 DVsmIfElseContFrame",
|
|
using_doxygen: true,
|
|
repr: "DVsmIfElseContFrame",
|
|
doc: [ "implement AGCObject for DVsmIfElseContFrame" ],
|
|
}
|