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 1 month ago
JSON representation

Build Cppfront w/ zig build

Lists

README

        

# cppfront-zigbuild

Simple demonstration of Herb Sutter cppfront use with Zig Build-System

## Requires

- [zig](https://ziglang.org) v0.12.0 or master (zig fetch get git packages)

## 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
```