stage1_2/iec.flex
changeset 84 a74c279f0a2e
parent 83 aeb7e0e53855
child 86 1988bf1634da
equal deleted inserted replaced
83:aeb7e0e53855 84:a74c279f0a2e
  1179 
  1179 
  1180 	/* PRIORITY is not a keyword, so we only return it when 
  1180 	/* PRIORITY is not a keyword, so we only return it when 
  1181 	 * it is explicitly required and we are not expecting any identifiers
  1181 	 * it is explicitly required and we are not expecting any identifiers
  1182 	 * that could also use the same letter sequence (i.e. an identifier: piority)
  1182 	 * that could also use the same letter sequence (i.e. an identifier: piority)
  1183 	 */
  1183 	 */
  1184  /*
       
  1185 <sfc_state>PRIORITY	return PRIORITY;
  1184 <sfc_state>PRIORITY	return PRIORITY;
  1186  */
       
  1187 
  1185 
  1188 <sfc_qualifier_state>{
  1186 <sfc_qualifier_state>{
  1189 L		return L;
  1187 L		return L;
  1190 D		return D;
  1188 D		return D;
  1191 SD		return SD;
  1189 SD		return SD;