foonathan / lexy

C++ parsing DSL
https://lexy.foonathan.net
Boost Software License 1.0
991 stars 66 forks source link

Documentation suggestion #139

Closed Ebenezer-group closed 1 year ago

Ebenezer-group commented 1 year ago

This code doesn’t compile, because the alternatives of a choice aren’t branch rules:

Not positive, but think changing it from "a choice" to "the choice" would help. The way it is sounds like it can't ever be branch rules.

foonathan commented 1 year ago

I've reworded it, thanks.