SeeLess - C Compiler
ch.ada.SeeLess
Total installs
100+
Rating
4.9(8 reviews)
Released
November 12, 2019
Last updated
April 21, 2020
Category
Developer Tools
Developer
Develobile S.p.A.
Developer details
Name
Develobile S.p.A.
E-mail
unknown
Website
https://seeless.app
Country
unknown
Address
unknown
iOS SDKs
- No items.
Screenshots




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.