mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 16:32:13 +00:00
parsers. Instead of trying to find all of them at the start of the top-level parse, they are recorded in the context, and then applied at the end of the top-level parse. The previous technique did not work, simplt because the top-level parse cannot see all the parser involded -- some are behind rule firewalls, by design. Related to #183. Fixes #204.
20 KiB
20 KiB