|
Re: Fusion-ifying proto parse trees: msg#00004parsers.spirit.devel
Eric Niebler wrote: Joel de Guzman wrote: Certainly not. You can have all EBNF DSELs in a certain namespace. For all those, a>>b>>c>>d is seq(a,b,c,d). Example: namespace boost { namespace ebnf { ebnf-operators-here }} namespace boost { namespace spirit { namespace classic { bool parse(...); }}} namespace boost { namespace spirit { namespace LL1 { bool parse(...); }}} The domain tag, in this case, is ebnf. spirit::classic and spirit::LL1, plus all other parsing strategies share the same operator sets. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Fusion-ifying proto parse trees: 00004, Eric Niebler |
|---|---|
| Next by Date: | Re: Fusion-ifying proto parse trees: 00004, Joel de Guzman |
| Previous by Thread: | Re: Fusion-ifying proto parse treesi: 00004, Eric Niebler |
| Next by Thread: | Re: Fusion-ifying proto parse trees: 00004, Joel de Guzman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |