simplepy 1.2.0
simplepy: ^1.2.0 copied to clipboard
Python subset interpreter written in pure Dart.
1.1.5 #
- added f-strings:
[[fill]align][sign][0][width][.precision][dfs]#,and typesb/o/x/e/g/%are not yet supported. - interpreter now returns value of last evaluated expression
1.1.4 #
- added set and tuple
1.1.3 #
- added built-in methods for list (but not
list.sort()yet), dict, str
1.1.2 #
- added lambda functions
1.1.1 #
- added scientific float notation, e.g. 1.6e-19.
1.1.0 #
- added classes. Class attributes and multiple inheritance are not yet supported.
1.0.1 #
- accept 0x, 0b, 0o prefixes for integers
- added some built-in functions: len(), str(), repr(), int(), float(), bool(), type(), list(), dict(), abs(), round(), min(), max(), sum()
1.0.0 #
- Initial version.