From: Tim R. <ti...@ga...> - 2002-08-28 10:34:04
|
On Wed, 28 Aug 2002 04:47:21 -0400 Patrick Mahoney <bo...@in...> wrote: | How about adding an 'include' instruction in the script files and | support for constants? This way, every environment configuration could | include a common file defining the major all the constants (ex: define | PARAM_SAMPLING_RATE 0, etc...) It would be easy to add include file support. What would be even easier would be to run script files through cpp, the C preprocessor, which gives you #include, #define and macros. I've tried the same tokenizer on a different project with preprocessed files and it can cope with the output from cpp. -- Tim Robinson <ti...@ga...> |