tokenIsBinary (((token isNil or: [ self tokenIsName]) or: [ self tokenIsKeyword]) or: [ self charIsSyntax: tokenType ]) ifTrue: [ ^ false ]. ^ true