Contains the full source for my article about implementing a code generator with libclang.
Go to file
sztomi f9e1b10866 Merge pull request #2 from Psidium/patch-1
Added comment to dump_ast.py about asciitree version requirement.
2015-07-28 12:08:56 +02:00
src Update dump_ast.py 2015-07-27 22:42:19 -03:00
.gitignore initial commit 2014-02-17 21:57:39 +01:00
LICENSE initial commit 2014-02-17 21:57:39 +01:00
README.md initial commit 2014-02-17 21:57:39 +01:00
build.sh initial commit 2014-02-17 21:57:39 +01:00
premake4.lua initial commit 2014-02-17 21:57:39 +01:00

README.md

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:

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