mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Fix #159
This commit is contained in:
parent
a21fec3cf2
commit
b491a20c2a
File diff suppressed because one or more lines are too long
BIN
docs/native.wasm
BIN
docs/native.wasm
Binary file not shown.
1
peglib.h
1
peglib.h
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user