antlr / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
BSD 3-Clause "New" or "Revised" License
17.11k stars 3.28k forks source link

bug in python target - wrong indentation, braces mismatch #3011

Open peyaj opened 3 years ago

peyaj commented 3 years ago
peyaj commented 3 years ago

Pls see stackoverflow/65353406 for an example.

Brishen commented 6 months ago

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