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.
- Host: GitHub
- URL: https://github.com/sztomi/code-generator
- Owner: sztomi
- License: mit
- Created: 2014-02-17T20:56:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T10:08:56.000Z (almost 10 years ago)
- Last Synced: 2025-03-31T00:41:18.543Z (2 months ago)
- Language: Python
- Size: 137 KB
- Stars: 123
- Watchers: 11
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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