Skip to main content

Module traits

Module traits 

Source
Expand description

Traits for language readers and writers.

Enums§

ReadError
Error that can occur when reading source code into IR.

Traits§

Reader
A reader parses source code into the surface-syntax IR.
Writer
A writer emits the IR as source code in a target language.