brane_ast

Module func_id

Source
Expand description

Implements a better FunctionId that does not rely on platform-dependent usize::MAX to indicate the main function.

Enumsยง

  • Enum that can be used for function identifiers, to specially handle main.
  • Defines errors when parsing FunctionId from a string.