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
- Host: GitHub
- URL: https://github.com/a2p1k02/scc
- Owner: a2p1k02
- Created: 2022-01-17T21:13:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T10:32:30.000Z (about 4 years ago)
- Last Synced: 2025-01-14T23:36:40.266Z (about 1 year ago)
- Topics: c, c-compiler, cli, compiler, programming-language, simple
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```