Module cl_structures::span

source ·
Expand description
  • Span: Stores the start and end Loc of a notable AST node
  • Loc: Stores the line/column of a notable AST node

Structs§

  • Stores a read-only (line, column) location in a token stream
  • Stores the start and end locations within the token stream

Functions§