¡@

Home 

c++ Programming Glossary: operationrule

boost::spirit::qi Expectation Parser and parser grouping unexpected behaviour

http://stackoverflow.com/questions/10378970/boostspiritqi-expectation-parser-and-parser-grouping-unexpected-behaviour

where the top level rule looks like test identifier operationRule repeat 1 3 any_string arrow any_string conditionRule It relies.. ie a boost tuple . However I know that once we match the operationRule we must continue or fail ie we don't want to allow backtracking.. other rules that begin with identifier . test identifier operationRule repeat 1 3 any_string arrow any_string conditionRule This causes..