https://github.com/amlel-el-mahrouss/opencc
[Alpha/WIP] Custom C++ compiler with an assembler, linker, and custom executable format (PEF).
https://github.com/amlel-el-mahrouss/opencc
assembler c compiler cpp linker
Last synced: 3 months ago
JSON representation
[Alpha/WIP] Custom C++ compiler with an assembler, linker, and custom executable format (PEF).
- Host: GitHub
- URL: https://github.com/amlel-el-mahrouss/opencc
- Owner: amlel-el-mahrouss
- License: gpl-3.0
- Created: 2025-01-13T10:40:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T07:57:51.000Z (4 months ago)
- Last Synced: 2025-03-04T08:35:50.838Z (4 months ago)
- Topics: assembler, c, compiler, cpp, linker
- Language: C++
- Homepage:
- Size: 129 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
# Open C/C++
## Brief:
OpenNE's Compiler Toolchain for C/C++.
## Installing:
Start by cloning the repository:
```
git clone [email protected]:amlel-el-mahrouss/opencc.git
```And then follow the build instructions (Install.md)
###### Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.