Loading...
Searching...
No Matches
 
 
 
 
 
Go to the documentation of this file.
   22#ifndef __ACT_EXPR_EXTRA_H__ 
   23#define __ACT_EXPR_EXTRA_H__ 
   38#define E_TYPE  (E_END + 10)   
   40#define E_ARRAY (E_END + 11)  
   44#define E_SUBRANGE (E_END + 12)  
   50#define E_SELF (E_END + 20)      
   51#define E_SELF_ACK (E_END + 19)  
   58#define E_ANDLOOP (E_END + 21)         
   62#define E_ORLOOP (E_END + 22)          
   66#define E_BUILTIN_BOOL (E_END + 23)    
   67#define E_BUILTIN_INT  (E_END + 24)    
   82#define E_ENUM_CONST   (E_END + 25)   
   85#define E_NEWEND  E_END + 26