Index: src/token.h |
diff --git a/src/token.h b/src/token.h |
index 8efaa477b139ce1e35d200fb67a1c74b103ed0a0..c76db2225c4073506c06a61470ff34c5b3208b5b 100644 |
--- a/src/token.h |
+++ b/src/token.h |
@@ -65,6 +65,7 @@ namespace internal { |
T(CONDITIONAL, "?", 3) \ |
T(INC, "++", 0) \ |
T(DEC, "--", 0) \ |
+ T(ARROW, "=>", 0) \ |
\ |
/* Assignment operators. */ \ |
/* IsAssignmentOp() and Assignment::is_compound() relies on */ \ |