Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kassane/cppfront-zigbuild
Build Cppfront w/ zig build
https://github.com/kassane/cppfront-zigbuild
clang cpp cpp2 cppfront zig
Last synced: about 2 months ago
JSON representation
Build Cppfront w/ zig build
- Host: GitHub
- URL: https://github.com/kassane/cppfront-zigbuild
- Owner: kassane
- License: mit
- Created: 2022-09-24T18:32:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T20:04:21.000Z (6 months ago)
- Last Synced: 2024-10-05T15:58:48.270Z (2 months ago)
- Topics: clang, cpp, cpp2, cppfront, zig
- Language: Zig
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- awesome-zig - cppfront
README
# cppfront-zigbuild
Simple demonstration of Herb Sutter cppfront use with Zig Build-System
## Requires
- [zig](https://ziglang.org) v0.13.0 or master
## How to use
```bash
> git clone https://github.com/kassane/cppfront-zigbuild.git
> cd cppfront-zigbuild
> zig build cppfront # to run the cppfront and generate example/hello.cpp
> zig build run # to run C++ example
```