-ytt
: Maximum number of tokens that FTANGLE can process
A token is an identifier, numerical constant, operator, etc.
FTANGLE must read in and store all tokens in the entire source
file, because they can be output in a different order than they are
input. The maximum number of tokens is controlled by -ytt
.