commit 9ee6cfbd74bb1f853969b21e8f9fb2e233e82ad7 parent 6487efc23af50dde9cbb51d68b47d5bda35d825e Author: erai <erai@omiltem.net> Date: Sun, 15 Sep 2024 20:08:52 -0400 fix band parse2 Diffstat:
M | parse2.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/parse2.c b/parse2.c @@ -317,6 +317,7 @@ reconstruct_bool(c: *parser, pn: *peg_node): *node { n = reconstruct_comp(c, pn.next); *link = mknode(c, kind, *link, n); copypos(*link, pn); + link = &(*link).b; pn = pn.next.next; }