Crate ezno_checker

source ·
Expand description

Ezno’s Checker

crates.io badge docs.rs badge

Contains type checking logic.

See specification for what is currently implemented.

The synthesis folder contains logic for Ezno’s parser. See oxc_type_synthesis for similar code that connects the logic with OXCs AST.

Testing

Set EZNO_DEBUG to any value to trace diagnostic information from the crate::utils::notify! macro (In powershell = $Env:EZNO_DEBUG=1)

Re-exports

Modules

  • Environments provide maps between string keys and types and variables
  • Contains type checking errors, warnings and related structures
  • Side effects which are not described in return types… Such as variable reassignment, function calling etc
  • Contains definitions and implementations of structures used throughout the checker

Structs

Enums

Constants

Traits

Functions

Type Aliases