absyntax/absyntax.cc
changeset 15 0b472e25eb16
parent 0 fb772792efd1
child 69 41cb5b80416e
equal deleted inserted replaced
14:d926ee71f228 15:0b472e25eb16
    35 #include "visitor.hh"
    35 #include "visitor.hh"
    36 
    36 
    37 #define ABORT(str) {printf("ERROR: %s\n", str); exit(0);}
    37 #define ABORT(str) {printf("ERROR: %s\n", str); exit(0);}
    38 
    38 
    39 
    39 
    40 
       
    41 symbol_c *tree_root = NULL;
       
    42 
    40 
    43 
    41 
    44 
    42 
    45 
    43 
    46 /* The base class of all symbols */
    44 /* The base class of all symbols */