Add support for tasks & flags
[IRC.git] / Robust / src / Lex / Lexer.java
index ad1a10da0ed1cf1c5b62a902e8f37f7727b36b9a..1f8775d69a44e81dd9bd70003fec10eccc1ff8d7 100644 (file)
@@ -253,7 +253,7 @@ public class Lexer {
     "synchronized", "this", "throw", "throws", "transient", "try", "void",
     "volatile", "while", 
     //keywords for failure aware computation
-    "flag", "tag", "task"};
+    "flag", "tag", "task", "taskexit"};
   Token getIdentifier() {
     // Get id string.
     StringBuffer sb = new StringBuffer().append(consume());