UNPKG

pretty-js

Version:
5 lines (4 loc) 272 B
{ "input": "a=1+1;b=1-1;c=1+-1;d=1-+1;e=1+b+1;f=1-b-1;g=1+c()+1;h=1-c()-1;i=+1;j=-1;k=+b;l=-b;", "output": "a = 1 + 1;\nb = 1 - 1;\nc = 1 + -1;\nd = 1 - +1;\ne = 1 + b + 1;\nf = 1 - b - 1;\ng = 1 + c() + 1;\nh = 1 - c() - 1;\ni = +1;\nj = -1;\nk = +b;\nl = -b;" }