simplepy 1.2.0 copy "simplepy: ^1.2.0" to clipboard
simplepy: ^1.2.0 copied to clipboard

Python subset interpreter written in pure Dart.

1.2.0 #

  • first public version

Internal hersions before publishing #

1.1.5 #

  • added f-strings: [[fill]align][sign][0][width][.precision][dfs] #, and types b/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.
0
likes
0
points
253
downloads

Publisher

unverified uploader

Weekly Downloads

Python subset interpreter written in pure Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on simplepy