Re: private include files
- Posted by "Juergen Luethje" <j.lue at gmx.de> Oct 15, 2004
- 453 views
Me wrote: > Greg Haberek wrote [quoting order rearranged]: <snip> >> Or maybe a slightly different approach: inline files. Upon reaching >> keyword 'inline' the Interpreter continues to parse that file as if it >> were in the local file, yet keeping track of separate line numbers, >> etc.. >> >> inline myfile.e -- file is inserted inline at this position > > This has the disadvantage, that the local variables in the inlined file > are not local to that file any more, after it has been inlined. So > inlining IMHO might cause some (more or less unexpected) naming > conflicts. > > BTW: You can do this inlining already, using Tommy's Kanarie Template > System as preprocessor for Euphoria. I have just sent my Euphoria preprocessor to the RDS archieves. It is simply a wrapper for Tommy Carlier's Kanarie Template System. Regards, Juergen