Reference
Lexer keywords (21) plus built-in type names and ADT constructors.
function const let return if else match await async
type typeof export import from
store get this
true false null
as
effect is a prelude function, not a keywordnew allowed only for host / imported constructablesin is not an operatornumber string boolean void unknown never
Dict Map Async Result Option
Some None Ok Err Loading Loaded Error
Source of truth: compiler/lexer.ts · narrative: docs/01-syntax.md.