I think that will work as at present my compiler only handles single compilation units anyway. It doesn't understand linking.
Assistant
Perfect, then including the full source is the natural fit — everything ends up in one compilation unit, which is exactly what your compiler already handles. You'd just be #INCLUDE-ing your way to a self-contained program.