From: Evan Driscoll <drisc...@cs.wisc.edu>
Date: Tue, 07 Aug 2012 10:47:08 -0500
Local: Tues, Aug 7 2012 11:47 am
Subject: [Boost-users] Compiler errors when using Boost::Spirit
Hey all,
I'm new to Spirit and trying to put a parser together for a very simple This is sort of an obnoxious email because it's basically "here, solve I define some tokens
Then a grammar:
sexp_grammar()
sexp_list = *sexp;
sexp = token(String_Literal)
(SExp is a class, and SExp::Ptr is a typedef to shared_ptr<SExp>.)
If I change the also tried removing the template parameters other than I get oodles of errors (compiling with GCC 4.6 with
The full code can be seen at
Evan
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||