Include path enhancements
Posted: Mon Apr 28, 2003 10:18 pm
Simple version: make it like a C compiler (hey, I'm lazy and that's what I'm used to :).
Long version:
1) take include file paths relative to the current file that is being compiled/included, not the main source file
2) multiple include paths
3) perhaps a couple of different filename delimiters (like "" and <> in C) so that you can take a file from the working directory or the pre-defined include paths
4) Maybe even a third delimiter to implement point 1 and not annoy all users who would have to go and change all their include paths :)
Long version:
1) take include file paths relative to the current file that is being compiled/included, not the main source file
2) multiple include paths
3) perhaps a couple of different filename delimiters (like "" and <> in C) so that you can take a file from the working directory or the pre-defined include paths
4) Maybe even a third delimiter to implement point 1 and not annoy all users who would have to go and change all their include paths :)