Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 892 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 892 Bytes

Cpp Ebisu

Build Status

This is the C++ counterpart to ebisu_cpp. It is a small collection of general purpose C++ code that may be used by code generated by ebisu_cpp - (e.g. for streaming support). So this repository serves a couple of purposes:

  • Provide example usage of generating code with ebisu_cpp (See: the ebisu cpp scripts )

  • Generate code that may be referenced by other code generated by ebisu_cpp

While ebisu is intended as a general purpose code generation framework and the code generated by ebisu_cpp is intended to be cross platform, the C++ generation is more aligned with linux.