Module erg_compiler::context

source ·
Expand description

Defines Context.

Context is used for type inference and type checking.

Modules

Structs

Enums

  • Indicates the mode registered in the Context Preregister: subroutine or constant expression, can be forward referenced Normal: Cannot be forward referenced 環境に登録されているモードを表す Preregister: サブルーチンまたは定数式、前方参照できる Normal: 前方参照できない

Traits