HOME | GIT | CV | MUSINGS
LOG | FILES | OVERVIEW
#ifndef WONKY_COMPILE_HH #define WONKY_COMPILE_HH WONKY_COMPILE_HH enum Compilation_Type { COMPILE_TO_PRINT, COMPILE_TO_INTEL_ASM, }; struct Compile_Data; struct Compiled_Object; #endif