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

https://github.com/trinnguyen/tcc-hello

Experiment C compiler in different languages: C, Kotlin, Rust, support small set of language features
https://github.com/trinnguyen/tcc-hello

c compiler kotlin rust x64-assembly

Last synced: about 2 months ago
JSON representation

Experiment C compiler in different languages: C, Kotlin, Rust, support small set of language features

Awesome Lists containing this project

README

          

# tcc
Experiment compilers for C in C, Kotlin and Rust

- Support small set of language features
- The compiler in C generates x64 assembly code and produce executable file on Linux
- Used as learning exercise for Kotlin and Rust