From: pix <pi...@te...> - 2007-03-02 16:18:13
|
On Fri, Mar 02, 2007 at 04:45:56PM +0100, Matthias Trute wrote: > > i took hans' suggestion and made it strip out comments before > > uploading. it uses a regular expression, so there is the > > possibility that it will strip out comment-shaped things inside a ." > > " group, but apart from that it seems to work. > > Cool stuff. Can you add an include statement? That could simplify > greater uploads or rebuilds. good idea. is there any kind of accepted standard for forth pre-processor syntax? actually, since the script can read from the commandline, you could do include with m4 or cpp. pix. |