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-01-31 10:08:24 -08: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-15 11:53:32 +01:00
2012-02-20 18:58:04 -08:00
2012-01-23 19:06:33 -08:00
2012-01-03 13:13:52 -08:00
2012-01-23 19:06:33 -08:00
2012-01-23 19:06:33 -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-05 10:37:07 -08:00
2012-01-06 22:40:31 -08:00
2012-02-23 17:00:19 +01:00
2012-02-14 11:24:09 -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-01-01 20:18:55 -08: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-01-05 16:25:51 +01:00
2011-10-20 20:34:04 -07:00
2012-01-23 19:06:33 -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-02-20 18:58:04 -08:00
2012-01-31 17:05:20 -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-02-05 20:42:05 -08:00
2012-02-13 15:58:14 -08:00
2012-03-26 18:35:18 -07:00
2012-01-06 22:40:31 -08:00
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00
2011-12-18 13:37:33 -08:00
2012-03-26 18:35:18 -07:00
2012-02-03 11:34:12 +01:00
2012-01-31 17:05:20 -08: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
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-01-23 19:06:33 -08: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-01-01 20:18:55 -08:00
2012-01-01 20:18:55 -08:00
2012-03-13 11:07:22 -07:00
2012-03-13 11:07:22 -07:00