Skip to content

Releases: anistark/waspy

Reze

14 Dec 09:16

Choose a tag to compare

What's Changed

  • feat: complete system calls implementation with functional os and os.path module methods by @anistark in #72
  • feat: implement json module runtime support for dumps, loads, load, dump functions by @anistark in #73
  • feat: implement python stdlib logging module by @anistark in #74
  • feat: implement datetime module runtime with arithmetic operations by @anistark in #75
  • feat: Regular Expression (re) Module Runtime Implementation by @anistark in #76

Full Changelog: v0.8.0...v0.9.0

Levi

07 Dec 11:35

Choose a tag to compare

What's Changed

  • feat: implement tuple literals with indexing and range() function with for loop integration by @anistark in #67
  • feat: implement tuple unpacking, methods, and namedtuple factory by @anistark in #68
  • feat: lambda, closures, list, dict and power functions by @anistark in #69
  • feat: implement sys stdlib module by @anistark in #70
  • feat: implement all standard library modules by @anistark in #71

Full Changelog: v0.7.0...v0.8.0

Yuji

29 Nov 10:09

Choose a tag to compare

What's Changed

  • feat: add string slicing, methods, and formatting operators by @anistark in #59
  • add: collections and changelog by @anistark in #60
  • feat: implement built-in functions (len, print, min, max, sum) by @anistark in #61
  • feat: implement control flow features (for loops, try/except, with statements) by @anistark in #62
  • add: waspy logo by @anistark in #64
  • feat: implement oops class instantiation, method dispatch, and attribute access by @anistark in #63
  • feat: implement Bytes type with literals, indexing, slicing, and concatenation support by @anistark in #65
  • feat: implement set type with literals and empty set support by @anistark in #66

Full Changelog: v0.6.3...v0.7.0

Toji

15 Nov 17:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

06 Oct 21:21

Choose a tag to compare

v0.6.2 Pre-release
Pre-release
Release v0.6.2

v0.6.1

06 Oct 20:39

Choose a tag to compare

v0.6.1 Pre-release
Pre-release
Release v0.6.1

Gojo

06 Oct 18:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

Frieren

26 May 14:08
b4b9a74

Choose a tag to compare

Add:

  • Config file support
  • Import patterns
  • Decorator support
  • New Logo (temp)

Update:

  • Code Re-structure and refactor.
  • Project Rename: ChakraPy -> Waspy

Full Changelog: v0.2.1...v0.5.2

ChakraPy v0.2.1

01 May 19:32
9a8d3c9

Choose a tag to compare

ChakraPy v0.2.0

30 Apr 18:54
eee7da1

Choose a tag to compare