code-generator icon indicating copy to clipboard operation
code-generator copied to clipboard

Contains the full source for my article about implementing a code generator with libclang.

Implementing a code generator with libclang

This repository contains the full source code for my article about implementing a code generator with libclang. Please refer to the article for details.

Building

The following is required to build this project:

  • LLVM 3.2+
  • Python 2.7
  • Premake4 (http://industriousone.com/premake)

To build the project and run the code generator at the same time, run ./build.sh