I'm working developer tool and in it you are able to export HTML. It also saves to its own file format(not html). With this tool I'm exporting, replacing and generating code but I'm not sure what the terminology is for each of the things I'm doing.
In a developer tool I have a design view and a option to export to HTML. Based on the user setting options in one of the panels I'll add additional code around the HTML generated markup code. This happens in the code of the tool when the user clicks export. Is this a preprocessing instruction?
Later the user saves their file I save this information, the instructions to add additional code on export, into the text file. Is this called directives?
What are mix ins?
I hope this makes sense.
Also, the tool, generates HTML markup and in the example above inserts some code above. Is this a compiler?
UPDATE:
This has to with a project with the Flash Player Virtual Machine and ActionScript so the language with words such as "mixins", "preprocessing" and "[compiler] directives" may be localized to this field. I'm guessing that's why people are downvoting. I think someone should be required to leave a comment if they downvote the original post.