Skip to content

Draft: [wip] implement the operator defglobal

Daniel Kochmański requested to merge implement-defglobal into develop

DEFGLOBAL defines a global lexical variable. It may be reassigned but it can't be bound.

  • draft implementation
  • fix symbol/package bitfield to allow GLOBAL_SYMBOL in all_symbols.d
  • add tests and documentation

Merge request reports