stage4/generate_c/generate_c_sfc.cc
changeset 111 ee31ee39eaf6
parent 87 b97f9ad7b2c6
child 119 4cbf71106b66
equal deleted inserted replaced
110:28af43a8f970 111:ee31ee39eaf6
    28  *
    28  *
    29  * This is part of the 4th stage that generates
    29  * This is part of the 4th stage that generates
    30  * a c++ source program equivalent to the SFC, IL and ST
    30  * a c++ source program equivalent to the SFC, IL and ST
    31  * code.
    31  * code.
    32  */
    32  */
    33 
       
    34 #include <list>
       
    35 
    33 
    36 typedef struct
    34 typedef struct
    37 {
    35 {
    38   transition_c *symbol;
    36   transition_c *symbol;
    39   int priority;
    37   int priority;