SeeLess - C Compiler

SeeLess - C Compiler
Developer: Develobile S.p.A.
Category: Developer Tools
650 installs
13 ratings
56 monthly active users
Revenue not available

SeeLess - C Compiler Summary

SeeLess - C Compiler is a mobile iOS app in Developer Tools by Develobile S.p.A.. Released in Nov 2019 (6 years ago). It has 13 ratings with a 4.38★ (good) average. Based on AppGoblin estimates, it reaches roughly 56 monthly active users . Store metadata: updated Apr 21, 2020.

Store info: Last updated on App Store on Apr 21, 2020 .


4.38★

Ratings: 13

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

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.