Skip to content

v1.11.0

Compare
Choose a tag to compare
@pikasTech pikasTech released this 16 Sep 08:06
· 1946 commits to master since this release

Language

  1. Support is keyword #188
  2. Support in keyword #189
  3. Support assert keyword #190
  4. Support Defalut Function parameters #170
  5. Support method for basic type like int, str #183
  6. support multiline calls like foo(a, \n b) #197
  7. support add(), sub() magic method #198
  8. floating point numbers expressed in scientific notation #217
  9. Support multi value return and multi value assign #200
  10. can a dead-loop python program add an exit interface #201
  11. Support keyword parameters #207
  12. Support if a in list and if a in dict #208
  13. Support super() #209
  14. Support slice for list #210
  15. Support for k,v in d.items #213
  16. Support int64 type hint for c module #214
  17. Exit when error occord #215
  18. exception for slicing strings containing Chinese #218

Library

  1. support exec() builtin #193
  2. support dir() builtin #194
  3. Support getattr() and setattr() builtin #195
  4. Support range(a) and range(a, b, c) #216

Bug Fix

  1. Bug: try ... except for dict no attr not work #204
  2. parse problem #187
  3. unspecified member variables in a list, tuple, or dictionary cause
  4. Support void line and no new line for obj_run() #196