-
Fixed assertion in standard parser with an input containing characters
from extended charset (on values above 0x7F) GH#620
-
Enhanced debug output to print unicode code points as hex GH#634
-
Skip rule definition binder creation in
parse_rule
GH#646
-
Replaced Boost.Math with std alternatives GH#648
-
Fixed unqualified
get<typename>
call in parse_rule
-
Removed unused header
no_case_string_parse.hpp
-
Make literal binary parser constructor non-templated
-
Fixed unqualified
get<typename>
call in annotate_on_success::on_success
GH#526
-
Fixed multiple times missed
force_attribute
parameter. Adresses compilation errors and slow compilation due to rule
definition injection into context when force_attribute
is set to true
GH#651
-
Skip rule definition injection into context when a rule placeholder constructed
and immediately consumed (like
auto
const grammar
= rule<tag>{} = parser
) GH#650