diff --git a/siaras/Siaras.jjt b/siaras/Siaras.jjt index 91ee21f7219bef9481259cc914e8da3efa3bfeb7..365d1de2940deb95a243556e8a1abea9f8311826 100644 --- a/siaras/Siaras.jjt +++ b/siaras/Siaras.jjt @@ -241,6 +241,7 @@ SPECIAL_TOKEN : /* COMMENTS */ | < END_TAGS : "/>" > | < S_QUOTE : "\'" > | < HASH : "#" > + | < QUESTIONMARK : "?" > // | < BANG : "!" > // | < TILDE : "~" > // | < HOOK : "?" > diff --git a/siaras/SkillserverInterface.jrag b/siaras/SkillserverInterface.jrag index 3502ff0b12b127cd7e307b215266df7913fc5e50..af9607713bbaaa059b9ecf59660ac3b96258a2b4 100644 --- a/siaras/SkillserverInterface.jrag +++ b/siaras/SkillserverInterface.jrag @@ -33,6 +33,8 @@ aspect SkillserverInterface { return super.getIndividual(id); } } + + } aspect Misc {