/clang-objcs

Objective-CS compiler, based on Clang 3.7

Primary LanguageC++OtherNOASSERTION

The Objective-CS Compiler

clang-objcs is the official compiler for the Objective-CS language. See The Objective-CS Language Speicifcation.

Compiling clang-objcs

clang-objcs can be compiled normally, just like vanilla clang. Follow instructions here.

Usage

When compiling Objective-CS, simply include the -fobjcs flag, and make sure to link against libsubstrate. Simple!