Fields

target: []const u8,
target_must_resolve: []const u8,
prereq: []const u8,
incomplete_quoted_prerequisite: IndexAndBytes,
incomplete_target: IndexAndBytes,
invalid_target: IndexAndChar,
bad_target_escape: IndexAndChar,
expected_dollar_sign: IndexAndChar,
continuation_eol: IndexAndChar,
incomplete_escape: IndexAndChar,

Functions

fn printError(self: Token, writer: anytype) @TypeOf(writer).Error!void

No documentation provided.

fn resolve(self: Token, writer: anytype) @TypeOf(writer).Error!void

Resolve escapes in target. Only valid with .target_must_resolve.