simpleValueToken

Construct a simple token with value with specified type.

package
simpleValueToken
()
(
const Mark start
,
const Mark end
,
char[] value
,
const uint valueDivider = uint.max
)

Parameters

start Mark

Start position of the token.

end Mark

End position of the token.

value char[]

Value of the token.

valueDivider uint

A hack for TagToken to store 2 values in value; the first value goes up to valueDivider, the second after it.

Meta