Code Golf scored by the number of tokens of your program, minus any syntactical separators (`()[]{}. ;` is a general rule.)
5
votes
3answers
220 views
Pretty Printing Parentheses
The worst part about long lines or code or math equations are the parentheses. Nobody wants to read through 2x(3y+4*abs(x^[2*e^x])-5{3(x+y)-5})!
So, the goal of this challenge is to make it at least ...