https://github.com/coldgrub1384/seeless
C IDE for iOS
https://github.com/coldgrub1384/seeless
c clang compiler llvm llvm-ir terminal
Last synced: 11 months ago
JSON representation
C IDE for iOS
- Host: GitHub
- URL: https://github.com/coldgrub1384/seeless
- Owner: ColdGrub1384
- License: mit
- Created: 2019-09-22T23:32:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T13:31:15.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T22:15:19.730Z (11 months ago)
- Topics: c, clang, compiler, llvm, llvm-ir, terminal
- Language: Swift
- Homepage: https://seeless.app
- Size: 33.7 MB
- Stars: 110
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# SeeLess
[](https://apps.apple.com/us/app/seeless-c-compiler/id1481018071?uo=4)

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`.