#ifndef ANUPQ_WORD_TYPES_H
#define ANUPQ_WORD_TYPES_H
#define LHS 1
#define RHS 2
#define WORD 3
#define INVERSE_OF_WORD 3
#define VALUE_A 4
#define VALUE_B 5
#define FIRST_ENTRY 6
#define NEXT_ENTRY 7
#define ACTION 8
#define END_OF_WORD ';'
#define LHS_COMMUTATOR '['
#define RHS_COMMUTATOR ']'
#endif