Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Releases: andrefpoliveira/Pansy

v0.5-alpha

26 Oct 11:54
Compare
Choose a tag to compare
v0.5-alpha Pre-release
Pre-release

New Features:

  • Built-in Function Imports() - Now supports modules. Now you can have multiple functions with the same name since they are in different files

Updates:

  • None

Fixes:

  • None

v0.4-alpha

08 Oct 13:25
3068a1d
Compare
Choose a tag to compare
v0.4-alpha Pre-release
Pre-release

New Features:

  • Optional arguments on functions
  • Built-in Function split_char() - Splits a string by a char
  • Built-in Function oct() - Returns an octal representation of an Integer

Updates:

  • None

Fixes:

  • None

v0.3-alpha

26 Sep 13:10
e828c07
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

New Features:

  • For Each Loop

Updates:

  • None

Fixes:

  • None

v0.2.1-alpha

23 Sep 11:45
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

New Features:

  • Multiple Line Comments

Updates:

  • None

Fixes:

  • Single Line Comments - Details: Execution didn't stopped if the file was composed of comments only

v0.2-alpha

23 Sep 09:35
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

New Features:

  • Dictionaries
  • Built-in Function has_key() - Checks if a key exists in a dictionary

Updates:

  • Built-in Function set() - Dictionary support added
  • Built-in Function get() - Dictionary support added

First Release

16 Sep 23:06
d5f5c08
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
v0.1-alpha

Update README.md