Annotation of researchv8dc/cmd/cyntax/cem/symbol.h, revision 1.1

1.1     ! root        1: /*
        !             2:  *     Symbol table node.  Contains string, string table index,
        !             3:  *     left and right pointers, and instance list.
        !             4:  */
        !             5: struct symbol
        !             6: {
        !             7:        char    *sy_name;
        !             8:        long    sy_index;
        !             9:        symbol  *sy_left;
        !            10:        symbol  *sy_right;
        !            11:        inst    *sy_inst;
        !            12: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.