antlr4
antlr4 copied to clipboard
bug in python target - wrong indentation, braces mismatch
Pls see stackoverflow/65353406 for an example.
At least in my use case I replaced
{$a = $x1.value; $b=$x2.value}
with
{$a = $x1.value} {$b = $x2.value}
and I got properly indented actions