tzlaine / parser

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

Add a permutation parser #159

Closed tzlaine closed 3 months ago

tzlaine commented 3 months ago

Spirit had the parser, spelled a || b, that would parse as a >> b | b >> a. We should have something similar.