ColdGrub1384 / SeeLess

C IDE for iOS

Home Page:https://seeless.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeeLess

Download on the App Store

SeeLess is a C IDE for iOS that integrates with LibTerm. SeeLess allows you to code commands with C and install them in LibTerm.

The compiler used to compile commands is clang. clang generates bitcode with -S -emit-llvm that can be executed with lli command. Also contains llvm-link so multiple objects can be linked into one "executable".

This app consists in the iOS system file browser for browsing projects. Projects are packages with C sources and configuration files.

Compiling

To compile, run setup.sh and build the app from SeeLess.xcworkspace.

About

C IDE for iOS

https://seeless.app

License:MIT License


Languages

Language:Swift 76.3%Language:HTML 10.1%Language:CSS 7.0%Language:Python 5.6%Language:Shell 0.4%Language:Objective-C 0.2%Language:Ruby 0.2%Language:C 0.1%