implemented decmatch (artf724241)
[deliverable/titan.core.git] / compiler2 / ttcn3 / compiler.l
index 47682da8d6aabc169535b8217f5f9acb8920ce74..8ef00263a7a2c959aaa8aca27eab21acca01ba5f 100644 (file)
@@ -380,6 +380,7 @@ case                RETURN(CaseKeyword);
 catch          RETURN_DOT(CatchOpKeyword);
 char           { BEGIN(SC_charkeyword); RETURN(CharKeyword); }
 charstring     RETURN(CharStringKeyword);
+checkstate      RETURN_DOT(CheckStateKeyword);
 check          RETURN_DOT(CheckOpKeyword);
 clear          RETURN_DOT(ClearOpKeyword);
 complement     RETURN(ComplementKeyword);
@@ -389,6 +390,7 @@ const               RETURN(ConstKeyword);
 continue       RETURN(ContinueKeyword);
 control                RETURN(ControlKeyword);
 create         RETURN_DOT(CreateKeyword);
+decmatch       RETURN(DecodedMatchKeyword);
 deactivate     RETURN(DeactivateKeyword);
 default                RETURN(DefaultKeyword);
 derefers       RETURN(DerefersKeyword);
@@ -587,6 +589,8 @@ encode_base64       RETURN(encode_base64KeyWord);
 decode_base64  RETURN(decode_base64KeyWord);
 encvalue_unichar RETURN(encvalue_unicharKeyWord);
 decvalue_unichar RETURN(decvalue_unicharKeyWord);
+any2unistr      RETURN(any2unistrKeyWord);
+hostid          RETURN(hostidKeyWord);
 
        /* Values */
 
This page took 0.024784 seconds and 5 git commands to generate.