Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JakobSachs/c-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

┌────────────────────────────────────────────────────┐  
│                        ____       __           __  │  
│   ___ _  _______ ___ _/ / /_ __  / /  ___ ____/ /  │██
│  / _ `/ / __/ -_) _ `/ / / // / / _ \/ _ `/ _  /   │██
│  \_,_/ /_/  \__/\_,_/_/_/\_, / /_.__/\_,_/\_,_/    │██
│                         /___/                      │██
│                                _ __                │██
│           _______  __ _  ___  (_) /__ ____         │██
│          / __/ _ \/  ' \/ _ \/ / / -_) __/         │██
│          \__/\___/_/_/_/ .__/_/_/\__/_/            │██
│                       /_/                          │██
└────────────────────────────────────────────────────┘██
  ██████████████████████████████████████████████████████
  ██████████████████████████████████████████████████████
                                                        
                                                        
┌────────────────────────────────────────────────────┐  
│                                                    │  
│  A stupid and simple C compiler written in Rust.   │██
│                                                    │██
├────────────────────────────────────────────────────┤██
│                                                    │██
│                                                    │██
│  - Compiles C code to ARM64 assembly.              │██
│  - BYOL/B: _Bring your own Linker/Binder_          │██
│      - only outputs `.s` files so you gotta do     │██
│  the rest yourself                                 │██
│  - Dont use functions for now (really `main()` is  │██
│  plenty.. dont be greedy)                          │██
│  - NEW: Now even with if-statements                │██
│                                                    │██
│                                                    │██
└────────────────────────────────────────────────────┘██
  ██████████████████████████████████████████████████████
  ██████████████████████████████████████████████████████

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors