Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 415 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 415 Bytes

cppfront-zigbuild

Simple demonstration of Herb Sutter cppfront https://github.com/hsutter/cppfront use with Zig Build-System

Requires

  • zig v0.14.0 or master

How to use

> 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