Konami acution update

2002-02-22 Thread Stephan Szarafinski
Minimum prices are now available at http://konami.szarafinski.net Please have a look if you are interested in Konami games. Someone bid 250 euro for Metal Gear 2 If nobody bids higher before february 23, it will be sold. Please send bids to [EMAIL PROTECTED] You can also send bids for other

Regular expressions

2002-02-22 Thread konamiman
Hi obsolete people! Just for fun, I'm wandering how a regular expressions parser could be implemented on MSX. 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. (Background info: I came up with

RE: Regular expressions

2002-02-22 Thread Stephan Szarafinski
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. Maybe you can find it in the source code of a C compiler for Linux? Stephan -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Re: Regular expressions

2002-02-22 Thread Bas Wijnen
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

Re: Regular expressions

2002-02-22 Thread Joost Yervante Damad
On Fri, Feb 22, 2002 at 03:36:39AM -0800, [EMAIL PROTECTED] wrote: Hi obsolete people! Just for fun, I'm wandering how a regular expressions parser could be implemented on MSX. Is there somewhere the source code of such a parser for any OS, in any language, available? Or at least some

Re: Regular expressions

2002-02-22 Thread Vincent van Dam
Maybe you can find it in the source code of a C compiler for Linux? Don't know C compilers which can handle regular expressions, but sed and perl can, and their source code is freely available. Vincent van Dam -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Re: Regular expressions

2002-02-22 Thread Roberto E. Vargas Caballero
On 22 Feb 2002 [EMAIL PROTECTED] wrote: Hi obsolete people! Just for fun, I'm wandering how a regular expressions parser could be implemented on MSX. 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

Re: Regular expressions

2002-02-22 Thread Roberto E. Vargas Caballero
Sorry, I didn't want send to the list. Hi obsolete people! Just for fun, I'm wandering how a regular expressions parser could be implemented on MSX. Is there somewhere the source code of such a parser for any OS, in any language, available? Or at least some guidelines about

Re: Regular expressions

2002-02-22 Thread Adriano Camargo Rodrigues da Cunha
Just for fun, I'm wandering how a regular expressions parser could be implemented on MSX. 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. UZIX has regexp in libc. Get the sources from UZIX site

Re: Regular expressions

2002-02-22 Thread Maarten ter Huurne
On Friday 22 February 2002 12:36, you wrote: Just for fun, I'm wandering how a regular expressions parser could be implemented on MSX. If you just want to tokenize config files, you don't need full regex support on MSX. From the regular expressions for your config language, create a state

CPM

2002-02-22 Thread JP Grobler
Hi Where can I find info on the CPM boot sector and disk layout? JP -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html