Aleksey Kladov 3c68da792b don't break parser error recovery in presence of macros
Parser has the invariant that `{}` are balanced.
Previous code tried (unsucesfuly) maintain the same invariant for
`$()` as well, but it was done in a rather ad-hoc manner: it's not at
all obvious that it is possible to maintain both invariants!
2019-09-12 12:38:07 +03:00
..
2019-09-12 11:45:33 +03:00
2019-09-09 12:32:16 +03:00
2019-09-11 14:49:57 +00:00
2019-09-10 22:22:57 +03:00
2019-09-10 15:57:51 +03:00
2019-09-10 16:17:11 +01:00
2019-09-06 17:21:29 +03:00