boost-spirit
boost::spirit::real_p some how round ups the value
I am using the boost::spirit parser. At one point when I use real_p, the value coming out of the parser stack is 38672000 instead of the actual value, 386731500. Some how it is considering it as a flo[详细]
2022-12-21 19:20 分类:问答boost::Spirit Grammar for unsorted schema
I have a section of a schema开发者_如何学JAVA for a model that I need to parse. Lets say it looks like the following.[详细]
2022-12-18 15:04 分类:问答boost::spirit composing grammars from grammars
I have figured out how to use spirit -- i.e., I have written a moderately complex grammar. I always take the approach of growing a program -- one subsystem at a time. I\'ve written the data structures[详细]
2022-12-18 11:53 分类:问答storing line numbers of expressions with boost.spirit 2
I am planning on doing a script transformation utility (for extended diagnostic 开发者_如何学Cinformation) using Boost.Spirit 2.[详细]
2022-12-18 11:39 分类:问答How to change the internal char type of the parser?
I\'ve been using spirit classic for quite a while and recently start learning v2. Both are easy to use and powerful enough to handle moderate parsing[详细]
2022-12-14 17:40 分类:问答boost spirit 2.x: how to deal with keywords and identifiers?
good day. i\'ve been using boost spirit classic in the past and now i\'m trying to stick to the newer one, boost spirit 2.x. could someone be so kind to point me in how to deal with keywords? say, i[详细]
2022-12-10 01:33 分类:问答How can i compile boost::spirit for unsigned char type?
boost::spirit asserts at boost::spirit::char_class::ascii::isalnum() when passing ascci characters > 127.[详细]
2022-12-09 11:53 分类:问答boost::spirit and generating different nodes
gree开发者_StackOverflow中文版tings. i\'ve been interesting in how to force boost::spirit to produce nodes of different classes when parsing the grammar and generating AST. say, i want to have differ[详细]
2022-12-09 11:47 分类:问答