> Just for fun, I'm wandering how a regular expressions parser could be implemented on >MSX. Probably just like on any other platform. I guess you want to call it from a program, not from the command line? If you do, you need to write a front-end for that.
> Is there somewhere the source code of such a parser for any OS, in any language, >available? Or at least some guidelines about how to develop it. Sure there is. In the libc source from gnu (apt-get source libc to get it in Debian gnu/linux) there is a file regex/rx.c. Everything is in there. Bye, shevek -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html
