jeff-jenness / close

Automatically exported from code.google.com/p/close
0 stars 0 forks source link

Add :phylum('...') modifier on classes #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like added?

On class declarations, support :phylum(...) to describe meta-object
protocol to use for creating class and instance objects. Known values
should include "close" (default), "P6object". Possible extra values
"Python" and "protoobject"

How should it work?

class Foo
    :phylum('P6object')
{...}

Please provide test cases, if possible.

PCT::Node rewrite needs this. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by austin_h...@yahoo.com on 28 Jun 2009 at 10:27

GoogleCodeExporter commented 9 years ago
Rewrote :adverb processing to make adding new ones easier. Added :phylum(str), 
added
string-literal support for all adverbs, added arg count checking.

Original comment by austin_h...@yahoo.com on 29 Jun 2009 at 2:06