RapydScript-NG fixes

4 views
Skip to first unread message

Bruce Sherwood

unread,
Sep 6, 2017, 9:46:35 AM9/6/17
to Glowscript Users
A user reported that the RapydScript-NG Python-to-JavaScript transpiler treated

X = 5
X = -1 X**2

as though it were

X = 5
X = -1
X**2

and also treated

X = 5
X = (-X)**2

as though it were

X = 5
X = -(X**2)

Both of these bugs have been corrected by the RapydScript-NG developer, Kovid Goyal, who as usual responded to the report amazingly quickly. The fixed transpiler is now in use in GlowScript 2.6 VPython. Yay, Kovid!




Reply all
Reply to author
Forward
0 new messages