baum

annotate actions.h @ 12:8e34daa80f64

input is now read from file again (because of input node)
author meillo@marmaro.de
date Tue, 12 Feb 2008 15:53:08 +0100
parents 15d7d6b9766f
children f0856c177403
rev   line source
meillo@2 1
meillo@3 2 unsigned char action(struct Node* node);
meillo@2 3
meillo@3 4 unsigned char action_print(struct Node* node);
meillo@3 5 unsigned char action_sum(struct Node* node);
meillo@3 6 unsigned char action_number(struct Node* node);
meillo@3 7 unsigned char action_input(struct Node* node);
meillo@5 8 unsigned char action_times(struct Node* node);
meillo@5 9 unsigned char action_blackhole(struct Node* node);
meillo@2 10