Re: [LHA-misc] Line parsing routine
Status: Beta
Brought to you by:
ncherry
From: Tom H. <th...@ks...> - 2000-11-25 18:25:33
|
Neil Cherry wrote: > > I need a line parsing routine, the one I'm currently using is Dan > Lanciaci's and his Licensing differs from the GPL. Besides we will be > going with Jay's suggestion of set addr=<BLAH> value=<yadayada>. The > format is not exactly worked out at this time. So does anyone have any > code? I have lots of command line scanning code -- split string into argc/argv, various quoting, escape sequences, up through substitutions, expression evaluation, full-bore scripting languages. What do you want? -- /* * Tom Hull * th...@ks... * http://www.ocston.org/~thull/ */ |