All Projects → ColdGrub1384 → Seeless

ColdGrub1384 / Seeless

Licence: mit
C IDE for iOS

Programming Languages

c
50402 projects - #5 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to Seeless

Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (+488.73%)
Mutual labels:  compiler, llvm, clang
Play with llvm
A book about LLVM & Clang(中文开源书:玩转 LLVM)
Stars: ✭ 175 (+146.48%)
Mutual labels:  compiler, llvm, clang
Unlisp Llvm
Compiler for a toy Lisp language
Stars: ✭ 33 (-53.52%)
Mutual labels:  compiler, llvm
Llvm Tutorial Standalone
DEPRECATED (Use: https://github.com/llvm-hs/llvm-hs-kaleidoscope )
Stars: ✭ 38 (-46.48%)
Mutual labels:  compiler, llvm
Kai
An expressive low level programming language
Stars: ✭ 68 (-4.23%)
Mutual labels:  compiler, llvm
Cfl
a Compileable statically typed Functional programming Language
Stars: ✭ 7 (-90.14%)
Mutual labels:  compiler, llvm
Lyca
programming language compiler w/ llvm
Stars: ✭ 9 (-87.32%)
Mutual labels:  compiler, llvm
C2goasm
C to Go Assembly
Stars: ✭ 1,072 (+1409.86%)
Mutual labels:  llvm, clang
Pyterminfo
A terminfo-to-python cross compiler
Stars: ✭ 5 (-92.96%)
Mutual labels:  terminal, compiler
Zapcc
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
Stars: ✭ 1,109 (+1461.97%)
Mutual labels:  llvm, clang
Cxxctp
DEPRECATED. USE INSTEAD github.com/blockspacer/flextool
Stars: ✭ 58 (-18.31%)
Mutual labels:  llvm, clang
Optviewer Demo
Demonstration of LLVM's opt-viewer tool
Stars: ✭ 63 (-11.27%)
Mutual labels:  llvm, clang
Woboq codebrowser
Woboq CodeBrowser
Stars: ✭ 837 (+1078.87%)
Mutual labels:  llvm, clang
Ldc
The LLVM-based D Compiler.
Stars: ✭ 937 (+1219.72%)
Mutual labels:  compiler, llvm
Zion
A statically-typed strictly-evaluated garbage-collected readable programming language.
Stars: ✭ 33 (-53.52%)
Mutual labels:  compiler, llvm
Grin
GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
Stars: ✭ 834 (+1074.65%)
Mutual labels:  compiler, llvm
Leekscript V2
A dynamically typed, compiled just-in-time programming language used in Leek Wars' AIs
Stars: ✭ 46 (-35.21%)
Mutual labels:  compiler, llvm
Ccache
ccache – a fast compiler cache
Stars: ✭ 1,128 (+1488.73%)
Mutual labels:  compiler, clang
Gocaml
🐫 Practical statically typed functional programming language implementation with Go and LLVM
Stars: ✭ 653 (+819.72%)
Mutual labels:  compiler, llvm
Numba
NumPy aware dynamic Python compiler using LLVM
Stars: ✭ 7,090 (+9885.92%)
Mutual labels:  compiler, llvm

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].