meillo@2: meillo@2: char action(struct Node* node); meillo@2: meillo@2: char action_print(struct Node* node); meillo@2: char action_printchar(struct Node* node); meillo@2: char action_sum(struct Node* node); meillo@2: char action_number(struct Node* node); meillo@2: