1: /* 2: * 3: * Copyright (c) 1984, 1985 Xerox Corp. 4: * 5: */ 6: 7: # define T_file 1 8: # define T_header 2 9: # define T_seq_comment 3 10: # define T_seq_identifier 4 11: # define T_seq_insert_file 5 12: # define T_seq_integer 6 13: # define T_seq_rational 7 14: # define T_seq_string 8 15: # define T_seq_apv 9 16: # define T_seq_cpv 10 17: # define T_seq_ppv 11 18: # define T_number 12 19: # define T_operator 13 20: # define T_string 14 21: # define T_identifier 15 22: # define T_newline 16 23: # define T_character 17