Commit 4fc6b400 authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Added token for a question mark (?)

parent c57982da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -241,6 +241,7 @@ SPECIAL_TOKEN : /* COMMENTS */
     | < END_TAGS            : "/>"   >
     | < S_QUOTE             : "\'"   >
     | < HASH                : "#"   >
     | < QUESTIONMARK        : "?"   >
//     | < BANG                 : "!"    >
//     | < TILDE                : "~"    >
//     | < HOOK                 : "?"    >
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ aspect SkillserverInterface {
            return super.getIndividual(id);
        }
    }


}

aspect Misc {