absyntax/absyntax.def
changeset 945 477393b00f95
parent 936 0f7bcc160568
child 958 7474d2cd1d6e
equal deleted inserted replaced
943:566414d7ba1f 945:477393b00f95
   123 /*************************/
   123 /*************************/
   124 /*******************************************/
   124 /*******************************************/
   125 /* B 1.1 - Letters, digits and identifiers */
   125 /* B 1.1 - Letters, digits and identifiers */
   126 /*******************************************/
   126 /*******************************************/
   127 SYM_TOKEN(identifier_c)
   127 SYM_TOKEN(identifier_c)
       
   128 /* A special identifier class, used for identifiers that have been previously declared as a derived datatype */
       
   129 /*  This is currently needed because generate_c stage 4 needs to handle the array datatype identifiers differently to all other identifiers. */
       
   130 SYM_TOKEN(derived_datatype_identifier_c) 
   128 
   131 
   129 
   132 
   130 /*********************/
   133 /*********************/
   131 /* B 1.2 - Constants */
   134 /* B 1.2 - Constants */
   132 /*********************/
   135 /*********************/