Tim Chevalier f7bbe537c1 Allow explicit self-calls within classes
Allow writing self.f() within a class that has a method f. In a future
commit, this syntax will be required. For now, you can write either
self.f() or f().

I added a "privacy" field to all methods (whether class methods or not),
which allowed me to refactor the AST somewhat (getting rid of the
class_item type; now there's just class_member).
2012-03-28 20:30:07 -07:00
..
2012-02-15 15:47:42 +01:00
2012-03-26 18:35:18 -07:00
2012-02-15 15:47:42 +01:00
2012-02-15 15:47:42 +01:00
2012-03-26 18:35:18 -07:00
2012-02-20 18:58:04 -08:00
2012-03-09 16:40:58 -08:00
2012-03-26 18:35:18 -07:00
2012-02-24 21:14:31 -08:00
2012-02-23 17:00:19 +01:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-02-15 15:47:42 +01:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-02-23 17:00:19 +01:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-02-20 18:58:04 -08:00
2012-03-09 16:40:58 -08:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-09 16:40:58 -08:00
2012-03-26 18:35:18 -07:00
2011-08-20 11:04:00 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-02-20 18:58:04 -08:00
2012-03-26 18:35:18 -07:00
2012-02-20 18:58:04 -08:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2012-03-13 11:07:22 -07:00
2012-03-13 11:07:22 -07:00