absyntax_utils/search_base_type.hh
changeset 919 8da635655f37
parent 909 8b2a31dea131
child 921 d228aaa4d616
equal deleted inserted replaced
918:e9bde0aa93ed 919:8da635655f37
    92 
    92 
    93     
    93     
    94   /*********************/
    94   /*********************/
    95   /* B 1.2 - Constants */
    95   /* B 1.2 - Constants */
    96   /*********************/
    96   /*********************/
       
    97   /*********************************/
       
    98   /* B 1.2.XX - Reference Literals */
       
    99   /*********************************/
       
   100   /* defined in IEC 61131-3 v3 - Basically the 'NULL' keyword! */
       
   101     void *visit(ref_value_null_literal_c *symbol);
       
   102     
    97   /******************************/
   103   /******************************/
    98   /* B 1.2.1 - Numeric Literals */
   104   /* B 1.2.1 - Numeric Literals */
    99   /******************************/
   105   /******************************/
   100      /* Numeric literals without any explicit type cast have unknown data type, 
   106      /* Numeric literals without any explicit type cast have unknown data type, 
   101       * so we continue considering them as their own basic data types until
   107       * so we continue considering them as their own basic data types until