Whitespace

data class Whitespace(val text: String, val sourceRange: IntRange) : Token

One or more whitespace characters (spaces, tabs).

Line endings within a paragraph are normalised to a single space during tokenization.

Constructors

Link copied to clipboard
constructor(text: String, sourceRange: IntRange)

Properties

Link copied to clipboard
open override val sourceRange: IntRange
Link copied to clipboard
open override val text: String