diff options
Diffstat (limited to 'src/comp/front/token.rs')
| -rw-r--r-- | src/comp/front/token.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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; |