Synopsis
#define nb_dyadic_index(X) ((X)-NB_TOKEN_EQ)

Converts a token into its dyadic table index, so the first token NB_TOKEN_EQ has dyadic index 0, NB_TOKEN_NE has index 1, and so on.