implemented decmatch (artf724241)
[deliverable/titan.core.git] / compiler2 / ttcn3 / compiler.l
index 4fe0e83c47e444908c438451fe94b2115a3b0609..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);
@@ -585,6 +587,10 @@ remove_bom RETURN(remove_bomKeyWord);
 get_stringencoding     RETURN(get_stringencodingKeyWord);
 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.02391 seconds and 5 git commands to generate.