boost-spirit
Boost-spirit-karma and boost-variant "concepts" related to auto generators
I need to deserialize a std::vector<boost::variant<..>> with decoration supplied by other objects.[详细]
2023-02-24 11:01 分类:问答advice on boost spirit
I\'m wondering how good is the Boost Spirit Library. I have begun to read the documentation, but it seems to be a very huge framework, and ask for a lot of time to be master. I really don\'t want to[详细]
2023-02-24 06:43 分类:问答boost-spirit numeric parsers and getting the desired synthesised attributes
--edit -- Solved the question : a comment on the last sidenote would be helpfull. Also comments on phoenix::bind overload handling would be helpfull (in my answer).[详细]
2023-02-22 16:51 分类:问答Minimizing boost::spirit compile times
Any ideas for reducing boost::spirit compile time? I have just ported a flex parser to boost::spirit. The EBNF has about 25 rules.[详细]
2023-02-21 19:48 分类:问答stopping parser when error found in semantic action
I wish to stop a token parser when the semantic action code finds a problem. IF x > 10 is syntactically correct, but if x does not exist the the parser should stop[详细]
2023-02-20 15:08 分类:问答boost::spirit stream_parser consumes too much?
I\'m having some trouble integrating a class with iostream parsing support into a spirit parser. The example below (modified from the Spirit examples) demonstrates the[详细]
2023-02-19 06:43 分类:问答Boost spirit is too greedy
I\'m in between a deep admiration about boost::spirit and eternal frustration not to understand it ;)[详细]
2023-02-18 05:23 分类:问答Using a pointer to a parser in boost::spirit
Basically I\'m doing an expression parser. As I\'m in need of as good as possible performance, and according to the documentation construction of a grammar can be rather slow, I\'d lik开发者_运维知识库[详细]
2023-02-16 06:03 分类:问答Boost Spirit and Boost Phoenix questions
one. Is it possible to define that a spirit rule\'s local variable be default constructed using a parameter passed into the rule ? I have AST builder objects that have a cyclic dependency, I would lik[详细]
2023-02-14 22:40 分类:问答Boost Spirit Qi Re-Establish Skipping with custom skip grammar
I have a grammar that has, up until now, been using the standard boost::spirit::ascii::space/boost::spirit::ascii::space_type skipper.[详细]
2023-02-11 14:20 分类:问答