absyntax_utils/spec_init_separator.hh
changeset 958 7474d2cd1d6e
parent 945 477393b00f95
equal deleted inserted replaced
957:4489afa5b1c5 958:7474d2cd1d6e
    65   /* B 1.1 - Letters, digits and identifiers */
    65   /* B 1.1 - Letters, digits and identifiers */
    66   /*******************************************/
    66   /*******************************************/
    67   // SYM_TOKEN(identifier_c)
    67   // SYM_TOKEN(identifier_c)
    68   void *visit(                 identifier_c *symbol);
    68   void *visit(                 identifier_c *symbol);
    69   void *visit(derived_datatype_identifier_c *symbol);
    69   void *visit(derived_datatype_identifier_c *symbol);
    70   
    70   void *visit(         poutype_identifier_c *symbol);
       
    71 
    71 
    72 
    72   /********************************/
    73   /********************************/
    73   /* B 1.3.3 - Derived data types */
    74   /* B 1.3.3 - Derived data types */
    74   /********************************/
    75   /********************************/
    75 
    76