Nana Sakisaka
e4d3fce09f
Revert "Merge pull request #813 from saki7/modernize-rule-parser"
...
This reverts commit bae393d159 , reversing
changes made to c64a9146fc .
2025-09-13 08:57:05 +09:00
Nana Sakisaka
2c0ec263f5
doc: Reflect the correct signature of error handlers
2025-09-07 07:37:39 +09:00
Adem Budak
b59f934da6
Fix typo: 'implementation' ( #791 )
...
Co-authored-by: Nana Sakisaka <1901813+saki7@users.noreply.github.com >
2025-05-09 16:44:51 +09:00
Georg Gast
e7f3c2699c
Fix 2 Typos: instantiating and Remember
2024-08-28 10:41:42 +02:00
Nana Sakisaka
cf643c13c0
Add documentation for non-throwing expectations
2024-08-12 23:14:19 +09:00
Yang Lin
ba5026b191
Fix roman example lambda error
...
error: non-local lambda expression cannot have a capture-default
2023-06-10 17:07:58 +03:00
Nikita Kniazev
7b7a09db8c
X3: Return back iterator pre-skipping for on_success handler
...
Reverts the wrong part of #686 .
2022-01-21 02:28:58 +03:00
Nikita Kniazev
56b4a5b99c
X3.Docs: Fix typo (wrong tag)
...
Closes #667
2021-04-21 17:27:10 +03:00
Nikita Kniazev
841eeb2d96
X3.Docs: Remove parse_rule implementation details
...
It is hard to not forget to keep in sync these while anyone interested could simply go to the macro definition, moreover users should not rely on the implementation details and telling this info may make it seem like `parse_rule` is a public API.
2021-03-07 20:34:55 +03:00
Brian Wignall
5bdefe59a7
Fix typos
2019-12-27 21:49:15 -05:00
djowel
3d6cdcd748
small type fix
2019-04-25 11:22:15 +08:00
Nikita Kniazev
eea593da4e
X3.Docs: Fixed parse_rule instantiation
...
Missed an edit in d4c0179f
2019-03-06 17:54:10 +03:00
Nikita Kniazev
d4c0179fa6
X3: parse_rule attribute must always be of rule::attribute_type&
...
After #456 `parse_rule` is always called with value of `rule::attribute_type&`
type. By removing attribute type deduction we also will turn any possible bug
in `transform_attribute` from a linkage to compile error.
Fixes #454
2019-02-09 14:57:53 +03:00
Nikita Kniazev
d15a26eb13
X3.Examples: Context type has changed due to #239
2019-01-08 19:05:08 +03:00
djowel
08af6da9c4
small typo fix
2018-03-28 06:35:34 +08:00
djowel
25e29006de
Tutorial updates: more details on BOOST_SPIRIT_DEFINE, BOOST_SPIRIT_DECLARE and BOOST_SPIRIT_INSTANTIATE
2018-03-28 06:30:41 +08:00
djowel
11fa827b9b
minor updates
2018-03-27 15:56:51 +08:00
djowel
c2d982481e
- Tutorial updates
...
- Minimal example docs
2018-03-27 15:56:51 +08:00
djowel
54d0167bc8
error handling docs
2018-03-08 11:09:56 +08:00
djowel
130e6395d7
Annotation tutorial example docs
2018-03-08 11:09:56 +08:00
Mario Lang
20ecf739f0
Fix some typos in docs and comments.
2015-06-24 20:45:54 +02:00
Mario Lang
6846946823
X3: Make use of Fusion member type deduction to simplify examples.
2015-06-15 22:30:00 +02:00
Joel de Guzman
44e0014499
doc updates
2015-05-16 23:59:40 +08:00
Joel de Guzman
578091e779
- docs for rexpr tutorial
...
- minor bugfix (strings in lexeme)
2015-05-16 00:44:49 +08:00
Joel de Guzman
43d2b1b6e0
reoraganizing X3 documentation
2015-05-15 22:59:07 +08:00