Skip to content

Fixes array and brace panics on unmatched left brackets

Emma Turner requested to merge (removed):780_brace_panic into master

This adds a counter in Pipeline to let us know if we hit a [ or { last. Not only that, but the counter actually stores this information historically as well (it remembers if we hit [{[{ or ````[{{[``` etc.).

This took a while because I was trying to come up with a way of doing this without pushing/poping to some sort of stack.

Merge request reports