added clearer error messages for unsupported modifier keywords (artf724039)
[deliverable/titan.core.git] / compiler2 / ttcn3 / compiler.l
index 8ef00263a7a2c959aaa8aca27eab21acca01ba5f..8f321140f545e4ef82bd056072efbdc3fd2f8fc6 100644 (file)
@@ -519,8 +519,12 @@ xor4b              RETURN(Xor4bKeyword);
 
   /* modifier keywords */
 
-"@nocase" RETURN(NocaseKeyword);
-"@lazy"   RETURN(LazyKeyword);
+"@nocase"        RETURN(NocaseKeyword);
+"@lazy"          RETURN(LazyKeyword);
+"@decoded"       RETURN(DecodedKeyword);
+"@deterministic" RETURN(DeterministicKeyword);
+"@fuzzy"         RETURN(FuzzyKeyword);
+"@index"         RETURN(IndexKeyword);
 
   /* special TITAN specific keywords */
 
This page took 0.02468 seconds and 5 git commands to generate.