|
Project Information
Links
|
yacfIntroductionyacf , Yet another Compiler Framework, is a translator framework designed to create source to source translators, code analysis tools or just to teach compiler technology without the need of learning large pieces of code. yacf moduleThe yaCF translation system has been designed to ease the writing of these source transformations or manipulations. Using a set of patterns, based on widely known object oriented patterns, implementing code transformation is only a matter of writing a few lines of code. The C frontend was originally taken from the pycparser project (http://code.google.com/p/pycparser/) DocumentationWe are using Sphinx documentation system instead of Google Code wiki. See the Documentation page for detailed info. AcknowledgementThis work has been partially supported by the EU (FEDER), the Spanish MEC (Plan Nacional de I+D+I, contracts TIN2008-06570-C04-03 and TIN2011-24598) and the Canary Islands Government (ACIISI, contract SolSubC200801000285). |