simpleToken

fnToken simpleToken(TokenID id)(const Mark start, const Mark end)

Construct a simple (no value) token with specified type.

Parameters

idType of the token.
startStart position of the token.
endEnd position of the token.