tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
70 stars 12 forks source link

Introduce `%` earlier in the docs, and stop writing `x >> *(',' >> x)` #46

Closed tzlaine closed 6 months ago

tzlaine commented 6 months ago

The docs should reimforce the use of %, and so the examples all should use it (except for the ones before its introduction).