tiger_lib

Module token

Source
Expand description

Contains the core Token and Loc types, which represent pieces of game script and where in the game files they came from.

Structs§

  • A Token consists of a string and its location in the parsed files.

Constants§

Functions§

  • bump 🔒
    Allocate the string on heap with a bump allocator.
  • leak 🔒
    Leak the string, including any excess capacity.