Skip to content

CompilerSpecification

jongretar@jongretar.com edited this page Nov 19, 2008 · 2 revisions
  1. summary Defines compilers and their poperties.
  2. labels Specifications
<wiki:toc max_depth="1"></wiki:toc>

Introduction

Defines compilers and their poperties.

  • A LOT MORE NEEDED HERE*

Parameters

|| `Type` || `"Compiler` || Required || || `Identifier` || string || Unique Identifier || || `Class` || string || || || `Name` || string || Name of the filetype || || `Description` || string || || || `Version` || string || || || `Vendor` || string || ||

|| `ExecPath` || string || || || `OptionsForCommandLinePrefix` || string || || || `Architectures` || list || || || `Languages` || list || || || `FileTypes` || list || ||

|| `SupportsZeroLink` || bool || || || `SupportsPredictiveCompilation` || bool || || || `SupportsHeadermaps` || bool || || || `CommandOutputParser` || list || see CommandOutputParser || || `Options` || dict || see below || || `OptionCategories ` || dict || ||

  • Options dict:*
|| `Name` || string || || || `Type` || string || || || `DefaultValue` || string || || || `CommandLineArgs` || dict || || || `Category` || string || || || `CommonOption` || string || ||

Example

From the Erlang Compiler Specifications

Clone this wiki locally