send link to app

SeeLess - C Compiler app for iPhone and iPad


4.0 ( 8400 ratings )
Productivity
Developer: Develobile S.p.A.
2.99 USD
Current version: 2.0, last update: 6 months ago
First release : 12 Nov 2019
App size: 370.83 Mb

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.