-
Notifications
You must be signed in to change notification settings - Fork 0
CompilerSpecification
- summary Defines compilers and their poperties.
- labels Specifications
Defines compilers and their poperties.
- A LOT MORE NEEDED HERE*
|| `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:*
From the Erlang Compiler Specifications