tzlaine / parser

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

Add a user-configurable macro that controls the max size of an aggregate struct #51

Closed tzlaine closed 6 months ago

tzlaine commented 6 months ago

Currently, the value is 50, but that seems to be affecting compile times somewhat. It should probably be defaulted to something like 25, and then the user can tweak is as needed.