@@ -179,3 +179,46 @@ class YamlGenerator(spec: Spec) extends Generator(spec) {
// unused
}
}
objectYamlGenerator{
defmetaFromYaml(td:ExternTypeDecl)=MExtern(
td.ident.name.stripPrefix(td.properties("prefix").toString),// Make sure the generator uses this type with its original name for all intents and purposes