Re: [boost] RE: Spirit question...CORRECTION to my grammer!

2003-08-29 Thread Chris Cooney
mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spirit-general Please post further questions there. Thanks. -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net Chris Cooney [EMAIL PROTECTED] wrote: Hello, I've been fiddling around

[boost] Spirit question...

2003-08-28 Thread Chris Cooney
Hello, I've been fiddling around with boost::spirit in an attempt to write a small and esoteric scripting language. Here's some code snipits of what I'm trying to do. example script (a one liner in this case): DO_SOMETHING(param1,param2) the grammer: struct my_grammer : public

[boost] RE: Spirit question...CORRECTION to my grammer!

2003-08-28 Thread Chris Cooney
Hello, I've been fiddling around with boost::spirit in an attempt to write a small and esoteric scripting language. Here's some code snipits of what I'm trying to do. example script (a one liner in this case): DO_SOMETHING(param1,param2) the grammer: struct my_grammer : public

RE: [boost] Re: 1.30.0-1.30.2: no more thread support for Linux?

2003-08-27 Thread Chris Cooney
Zing! /* * Chris Cooney * Ventana Group * [EMAIL PROTECTED] * (530)846-6640 x201 **/ CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you

[boost] Spirit question...

2003-08-26 Thread Chris Cooney
Hello, I've been utilizing some of the other boost projects for awhile now but am new to the spirit framework and may ask some dumb questions...so, sorry in advance. I'm wondering why the var_delm rulewon't work when parsed: rule var_delm = +anychar_p; rule var_type =

Re: [boost] Re: Spirit question...

2003-08-26 Thread Chris Cooney
Jan, That was my problem - thank you. Chris. - Original Message - From: Jan Langer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:29 AM Subject: [boost] Re: Spirit question... Chris Cooney wrote: I've been utilizing some of the other boost projects