Skip to main content

Glossary

Transpiler

A compiler that emits source code of another language (Klar → Java source).

Backend

The code generation target (today: Java).

Diagnostic

A structured error report: code + span + cause + fix.

Strict by default

The language rejects ambiguous or implicit behavior unless explicitly written.