$P0 = get_hll_namespace $P1 = $P0.find_class("HLLClass") $P2 = $P1.new()
Will new() be a vtable method or PCCMETHOD in a Class PMC? That's the only way I can see this syntax not conflicting with normal method-calling syntax.
$P0 = get_hll_namespace $P1 = $P0.find_class("HLLClass") $P2 = $P1.new()
Will new() be a vtable method or PCCMETHOD in a Class PMC? That's the only way I can see this syntax not conflicting with normal method-calling syntax.