https://github.com/amlel-el-mahrouss/cc
A C/C++ compiler, assembler, and linker meant for NeKernel, customized for it.
https://github.com/amlel-el-mahrouss/cc
assembler c compiler cpp linker
Last synced: 3 months ago
JSON representation
A C/C++ compiler, assembler, and linker meant for NeKernel, customized for it.
- Host: GitHub
- URL: https://github.com/amlel-el-mahrouss/cc
- Owner: amlel-el-mahrouss
- License: gpl-3.0
- Created: 2025-03-23T13:27:50.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T15:39:37.000Z (3 months ago)
- Last Synced: 2025-03-23T16:34:27.099Z (3 months ago)
- Topics: assembler, c, compiler, cpp, linker
- Language: C++
- Homepage: https://nekernel.org/
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# NeKernel C/C++
Use the doxygen command to build documentation.
## Notice for Contributors:
- Always use `run_format.sh` before commiting and pushing your code!
## Requirements:
- [CLang](https://clang.llvm.org/)
- [GIT](https://git-scm.com/)
- [BTB](https://github.com/amlel-el-mahrouss/btb)## Cloning:
```
git clone [email protected]:amlel-el-mahrouss-gh/cc.git
```###### Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.