Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yegor256/llvm-playground

Playing with LLVM and multiple languages
https://github.com/yegor256/llvm-playground

llvm

Last synced: 3 months ago
JSON representation

Playing with LLVM and multiple languages

Awesome Lists containing this project

README

        

I simply try to transfer from Java, C++ and some other languages
to [LLVM](https://llvm.org/),
then to x86 Assembly, and then to platform-native binary.

TL;DR Only C/C++ works. I didn't find a way to do the same
in any other langauges. Maybe you can help?