Project

conyard

0.0
No commit activity in last 3 years
No release in over 3 years
Conyard is a Ruby experiment in generating source code for use by C, C++, and Objective-C projects. It is designed to reduce the amount of typing (and therefore errors) introduced by sleep-deprived programmers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Conyard

Previously I have used absolutely evil C Preprocessor macros to generate code; this is a new experiment in using Ruby to generate such code. The idea is that this project can generate mostly-filled out code for you to use, but providing more customisability than something the preprocessor dragged in.

See the wiki for a bit more information about this project and capabilities.

It's a gem now! Installation is as easy as:

[sudo] gem install conyard

Patches and suggestions welcome!