microsoft / cppgraphqlgen

C++ GraphQL schema service generator
MIT License
325 stars 45 forks source link

fix: #306 #307

Closed wravery closed 2 months ago

wravery commented 2 months ago

The grammar rule for float_value would not back up and retry the seq<fractional_part, exponent_part> once it had successfully matched the first fractional_part.