Releases: PKopel/PiG
Releases · PKopel/PiG
v0.3.2
v0.3.1
Add `length` bif for lists, maps and strings (#53) * Implement `length` bif for lists, maps and strings * Update README.md
v0.3.0
Add dictionaries (hash maps) (#52)
v0.2.0
Comand line arguments (#49) * Add support for command line arguments * Enable use with shebang * Update version, README and ChangeLog
v0.1.8
Add conditional dependency, refactor Console module (#48) * Add conditional dependency, refactor Console module * Update ChangeLog.md
v0.1.7
Change `do` to `:` in `if`s and `while`s (#46) * Add binary chceck in release action * Change 'do' to ':' in ifs and whiles * update version number
v0.1.6
Improve number to string conversion (#45)
Release v0.1.5
- improve parser to handle chained function calls, e.g.
fun(0)() - improve directive's parser error message
Release v0.1.4
- Handle
returncorrectly in interpreter outside of function bodies - Update
exit()function to return status code
Release v0.1.3
- Add
returnkeyword