← All docs

jdtojewish() — internals

Compiler internals for jdtojewish(): lowering path, type checks, and runtime helpers.

jdtojewish() — internals

Where it lives

Lowering notes

  • Rewritten by the name resolver into a constructor or method call on the corresponding builtin class before type checking.

Semantic descriptor

Shared contract without a registry semantic descriptor.

EIR and runtime boundary

No registry-backed typed runtime target applies.

Signature summary

function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = 0): string

What the type checker enforces

  • Arity: takes 1–3 arguments (2 optional).

Eval interpreter (magician)

Dispatched as a procedural date/time alias by crates/elephc-magician/src/interpreter/builtins/time/aliases.rs.

Cross-references