Skip to content

v0.0.82

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 17:49
  • Fixed method override for to_list builtin function.
  • Updates to ast module ParseResult
  • Fixed linux autoinstall failure when updating on Linux
  • Added utf-8 support for strings functions is_lower(), is_upper(), lower() and upper().
  • string.ascii() now takes an optional boolean argument that can be used to toggle on or off.
  • added more get metadata, set_global() and run_script() to reflect module.
  • Fix error on method overrides when not supported.