SeeLess - C Compiler
Develobile S.p.A.
Developer Tools
SeeLess is a C IDE for iOS. SeeLess allows you to code commands with C and install them in LibTerm. The compiler used to compile programs is clang. Clang generates bitcode with -S -emit-llvm flags that can be executed with lli command.