https://github.com/rgovers/cube
Build C Family code using C
https://github.com/rgovers/cube
Last synced: about 2 months ago
JSON representation
Build C Family code using C
- Host: GitHub
- URL: https://github.com/rgovers/cube
- Owner: rGovers
- License: mit
- Created: 2023-09-13T03:41:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T03:33:08.000Z (3 months ago)
- Last Synced: 2025-02-20T04:28:24.186Z (3 months ago)
- Language: C
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUBE
CUBE(C Unified Build Engine) allows you to use C to build code for the C family of languages (C/C++/C#)
## License
CUBE is distributed under the MIT License## Supported Compilers
### C/C++
* Clang
* GCC
* MinGW
* Zig### CSharp
* csc