P99

◆ P99_INTEGER_LEN

#define P99_INTEGER_LEN (   SEQ)    P99_IF_ELSE(P99_IS_INTEGER_TOK(SEQ))(P00_INTEGER1(P00_EAT_FIRST(SEQ)))(0)

Count the number of tokens in sequence SEQ that all are of kind INTEGER.

Definition at line 5822 of file p99_generated.h.