Commit Graph

6 Commits

Author SHA1 Message Date
djowel
ded2c2127c More fixes and tests for https://github.com/boostorg/spirit/issues/509 2019-05-16 09:15:46 +08:00
djowel
fc331f5a4d Fix for https://github.com/boostorg/spirit/issues/509 2019-05-15 22:33:36 +08:00
octopus-prime
cb2750792e Test for trac ticket 12928 "x3 cannot synthesize attribute of type
boost::iterator_range in a sequence parser"
2017-12-06 19:28:04 +01:00
Joel de Guzman
3627a46902 more test updates and cleanup 2015-05-14 07:40:18 +08:00
Joel de Guzman
99430b8077 simplification of semantic action interface
- there are only 2 variations now f() and f(ctx)
  - added _attr(ctx) accessor for accessing the attribute
  - added _where(ctx) accessor for accessing the iterator range
this, and in preparation for a unified call interface for actions as well as lazy args to e.g. eps(f)
2014-05-26 17:03:26 +08:00
Joel de Guzman
a129355f3e implemented raw directive 2014-05-02 10:53:16 +08:00