Skip to content

jray272/cppfront-bzl-rules-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppfront-bzl-rules-demo

Demo repository for cppfront-bzl-rules

Instructions

Make sure that you build with -std=c++20.

$ bazel build --copt="-std=c++20" :hello_world

Inspect generated .cpp file

Note that the exact path on your computer may differ

$ bazel build --copt="-std=c++20" :hello_world_cpp2
$ less bazel-out/k8-fastbuild/bin/foo.cpp

About

Demo repository for cppfront-bzl-rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published