Crate gruel_target

Crate gruel_target 

Source
Expand description

Target architecture and OS definitions for the Gruel compiler.

This crate provides the Target enum and related types that define compilation targets. It is a leaf crate with no dependencies, designed to be used by the CLI, compiler, codegen, and linker crates.

Structs§

ParseTargetError
Error returned when parsing an invalid target string.

Enums§

Arch
The CPU architecture of a target.
Os
The operating system of a target.
Target
A compilation target consisting of an architecture and operating system.