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’.