From 55fbed3d8d7078bfd3864e64cc044cbe876c5d1a Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Tue, 29 Mar 2011 15:51:53 -0700 Subject: Beginnings of support for magical self prefix; nothing profound happening yet. --- src/comp/front/token.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/comp/front/token.rs') diff --git a/src/comp/front/token.rs b/src/comp/front/token.rs index bb0cea80..5ac9d662 100644 --- a/src/comp/front/token.rs +++ b/src/comp/front/token.rs @@ -160,8 +160,9 @@ tag token { FN; ITER; - /* Object type */ + /* Object type and related keywords */ OBJ; + SELF; /* Comm and task types */ CHAN; -- cgit v1.2.3