Re: New pre-processor interface added to Euphoria
- Posted by jeremy (admin) Aug 04, 2009
- 1430 views
I don't think that is possible as by the time the pre-processor is running, many files may have already been parsed and the interpreter/translator has already been called. It's the interpreter and translator that manages the pre-processor, not the other way around. However, maybe I misunderstood the intention, but it seems like you want to change the way that the interpreter/translator is called via the pre-processor?
It might be better to write a little program that provides these options, then calls the interpreter/translator binary accordingly.
Also, you do not need to put \\ at the end of each line. Just type away and put a blank line in between paragraphs.
Jeremy