Sync with 5.4.2
[deliverable/titan.core.git] / compiler2 / ttcn3 / coding_attrib_la.l
index 4830661ff94dc25e044f7549e498e15f705ac875..4e554c869e5fef296410f11f1ad3a32457c57fad 100644 (file)
@@ -218,6 +218,10 @@ verdicttype RETURN(VerdictTypeKeyword);
     yylval.encoding_type = Type::CT_JSON;
     RETURN(EncodingType);
   }
+  {IDENTIFIER} {
+    yylval.str = new string(yyleng, yytext);
+    RETURN(CustomEncoding);
+  }
 }
 
 {IDENTIFIER} {
This page took 0.023742 seconds and 5 git commands to generate.