Module brane_ast::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.