This commit is contained in:
yhirose 2021-03-28 15:46:29 -04:00 committed by yhirose
parent a21fec3cf2
commit b491a20c2a
3 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -2768,6 +2768,7 @@ inline size_t PrecedenceClimbing::parse_expression(const char *s, size_t n,
if (fail(chl)) { if (fail(chl)) {
vs.assign(save_values.begin(), save_values.end()); vs.assign(save_values.begin(), save_values.end());
vs.tokens = save_tokens; vs.tokens = save_tokens;
i = chl;
break; break;
} }