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
- Host: GitHub
- URL: https://github.com/trinnguyen/tcc-hello
- Owner: trinnguyen
- Created: 2020-07-12T16:19:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T11:24:10.000Z (over 5 years ago)
- Last Synced: 2025-05-18T10:36:45.586Z (about 1 year ago)
- Topics: c, compiler, kotlin, rust, x64-assembly
- Language: C
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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