Functions

fn binNameAlloc(allocator: std.mem.Allocator, options: BinNameOptions) error{OutOfMemory}![]u8

Returns the standard file system basename of a binary generated by the Zig compi…

Returns the standard file system basename of a binary generated by the Zig compiler.

fn findLineColumn(source: []const u8, byte_offset: usize) Loc

No documentation provided.

fn fmtEscapes(bytes: []const u8) field_call

No documentation provided.

fn fmtId(bytes: []const u8) field_call

No documentation provided.

fn hashName(parent_hash: SrcHash, sep: []const u8, name: []const u8) SrcHash

No documentation provided.

fn hashSrc(src: []const u8) SrcHash

No documentation provided.

fn isValidId(bytes: []const u8) bool

No documentation provided.

fn lineDelta(source: []const u8, start: usize, end: usize) isize

No documentation provided.

fn parseCharLiteral(slice: []const u8) ParsedCharLiteral

No documentation provided.

fn parseNumberLiteral(bytes: []const u8) Result

No documentation provided.

fn srcHashEql(a: SrcHash, b: SrcHash) bool

No documentation provided.