v0.19.0
Implemented enhancements:
- [foreach/hash] Swap key/value order #132 (Flipez)
- [import] Allow module name to be defined optionally #123 (Flipez)
- [stdlib/time] Add Time standard library #113 (Flipez)
- [stdlib/os] Add standard library OS with exit() and raise() #111 (Flipez)
- [stdlib/io] Add standard library IO with open() #109 (Flipez)
- [builtin] Add Math standard library and rewrite builtins #108 (Flipez)
- [language] Implement
and,or,&&and||#102 (Flipez) - [docs] Add Playground to website #100 (Flipez)
Fixed bugs:
- [evaluator/assign] Fix assign if assigned to nested element #129 (Flipez)
- [foreach] Add internal object iterator to fix nested loops #122 (MarkusFreitag)
- [lexer,parser] Fix line calculation in error messages #117 (Flipez)
- [repl] Fix bugged command history in repl #107 (Flipez)
Merged pull requests: