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§
- Parse
Target Error - Error returned when parsing an invalid target string.