eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add attribute Getter and Setter method declarations #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Still have unresolved syntax decisions. Also, need to decide whether they are 
declared (indented) along with the attributes of a type, or declared external 
to the type declaration (but needing to be in the same file.)

Also, there are decisions as to how they interact with __private__ sections of 
type declarations or source files.

One decision that has already been made is that syntax for calling a Getter is 
just obj.attr

and syntax for calling a Setter is just obj.attr = val

Original issue reported on code.google.com by relis...@gmail.com on 25 Jan 2013 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by relis...@gmail.com on 1 Jan 2014 at 11:36