Renderingla

targets

Compilation backends listed by faber targets or radix targets.

Aliases: target compatibility, backends

Syntax: faber targets

Category

package

Related

Examples

examples/corpus/meta/targets.fab (canonical · concept)

Compilation backends listed by faber targets or radix targets.

# meta/targets — backend compatibility (META)
#
# Run `faber targets` or `radix targets` for the live capability matrix.
# Core Faber syntax lowers where implemented; gaps are backend-specific.
#
# EXPECTED OUTPUT:
#   salve
#
# BACKEND:
#   META prose + minimal cross-target function smoke.

functio salve() → textus {
    redde "salve"
}

incipit {
    nota salve()
}

Expected output:

salve