An open API service indexing awesome lists of open source software.

https://github.com/sztomi/code-generator

Contains the full source for my article about implementing a code generator with libclang.
https://github.com/sztomi/code-generator

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Implementing a code generator with libclang

This repository contains the full source code for my article about
[implementing a code generator with libclang](http://szelei.me/code-generator).
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