Overview

FRCTL is a lightweight, modular code generation framework designed to promote the transfer and reuse of common transformation logic between projects. Through heavy utilization of graph theory and recursion, FRCTL takes tasks that traditionally require large amounts of highly specific logic and accomplishes them in a generic fashion that requires less code by orders of magnitude. FRCTL takes full advantage of hyper-modern programming techniques to take the headache out of code generation, encouraging developers to adopt maintainable practices and quickly deliver flexible, reusable generation pipelines.