Synopsis
#define nb_monadic_index(X) ((X)-NB_TOKEN_NEGATE)

Converts a token into its monadic table index so the first token, NB_TOKEN_NEGATE has monadic index 0, NB_TOKEN_SGN has index 1, and so on.