Python token Functions

EditRocket provides the following information on token functions in the Python source code builder.

ISEOF(x) - Return true if x is the marker indicating the end of input.

ISNONTERMINAL(x) - Return true for non-terminal token values.

ISTERMINAL(x) - Return true for terminal token values.