jiphy icon indicating copy to clipboard operation
jiphy copied to clipboard

Bad conversion py->js: "sensor" -> "sens||"

Open gorelick opened this issue 7 years ago • 1 comments

Converting from python to javascript, the two letter phrase "or" is converted to "||" any time it is followed by whitespace (same for "and" / "&&")

cmd = operand + operator + args becomes cmd = oper&& + operat|| + args;

gorelick avatar Jul 03 '17 11:07 gorelick

Same for "def", "not", "del".

model = undef + 1 axis = knot + 2

becomes

modelete = unfunction + 1; axis = k!+ 2;

gorelick avatar Jul 03 '17 11:07 gorelick