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

https://github.com/a2p1k02/scc

Compiler writting in C for C
https://github.com/a2p1k02/scc

c c-compiler cli compiler programming-language simple

Last synced: 11 months ago
JSON representation

Compiler writting in C for C

Awesome Lists containing this project

README

          

# Simple C Compiler(scc)

## TODO
- [x] Compile to gcc ASM code
- [ ] Read C-file
- [ ] ...
- [ ] Write C standard lib

## Build
### Makefile:
```
make
```

### CMake:
```
mkdir build && cd build && cmake .. && make
```

## Usage
```
./scc file
```