SeeLess - C Compiler
SeeLess - C Compiler Summary
SeeLess - C Compiler is a iOS app in the Developer Tools category, developed by Develobile S.p.A.. First released 6 years ago(Nov 2019), the app has 9 ratings with a 4.89★ (excellent) average rating.
Store info: Last updated on App Store on Apr 21, 2020 .
4.89★
Ratings: 9
Screenshots
App Description
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. Also contains llvm-link so multiple objects can be linked into one "executable".
This app consists in a file browser for managing projects. Projects are packages with C sources and configuration files.