This repository was archived by the owner on Feb 6, 2022. It is now read-only.
Releases: andrefpoliveira/Pansy
Releases · andrefpoliveira/Pansy
v0.5-alpha
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
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
New Features:
For Each Loop
Updates:
- None
Fixes:
- None
v0.2.1-alpha
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
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
v0.1-alpha Update README.md