Node:-ytt, Next:-ytw, Previous:-ysb, Up:Memory allocation
-ytt
: Maximum number of tokens that FTANGLE can processA 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
.