Releases
v1.11.0
Language
Support is keyword #188
Support in keyword #189
Support assert keyword #190
Support Defalut Function parameters #170
Support method for basic type like int, str #183
support multiline calls like foo(a, \n b) #197
support add (), sub () magic method #198
floating point numbers expressed in scientific notation #217
Support multi value return and multi value assign #200
can a dead-loop python program add an exit interface #201
Support keyword parameters #207
Support if a in list and if a in dict #208
Support super() #209
Support slice for list #210
Support for k,v in d.items #213
Support int64 type hint for c module #214
Exit when error occord #215
exception for slicing strings containing Chinese #218
Library
support exec() builtin #193
support dir() builtin #194
Support getattr() and setattr() builtin #195
Support range(a) and range(a, b, c) #216
Bug Fix
Bug: try ... except for dict no attr not work #204
parse problem #187
unspecified member variables in a list, tuple, or dictionary cause
Support void line and no new line for obj_run() #196
You can’t perform that action at this time.