Releases Tags
-
v1.3.5
released this 4 years ago | 23 commits to master since this release
Changelog
4279efc
Fixed testsDownloads
-
v1.3.4
released this 4 years ago | 24 commits to master since this release
Changelog
577f572
Added Socket builtins: socket(), bind(), listen(), accept() and connect()
32f3801
Remove debug loggingDownloads
-
v1.3.3
released this 4 years ago | 26 commits to master since this release
Changelog
e3d35c5
Fixed testsDownloads
-
v1.3.2
released this 4 years ago | 27 commits to master since this release
Changelog
62bb192
Added TOC to README
f20f04f
Added open() close() read() write() and seek() builtins
8278047
Rename read() and write() builtins to readfile() and writefile()Downloads
-
v1.3.1
released this 4 years ago | 30 commits to master since this release
Changelog
2bbf07b
Add to README about ModulesDownloads
-
v1.3.0
released this 4 years ago | 31 commits to master since this release
Changelog
c09707e
Added module and import support (#6)
2aa90c5
Forgot to check an error
00cfd00
Refactored equality and comparision internally to use a single interface Comparable
546a616
Refactored type checkig and error handling in all builtins
0b08371
Run quick short tests in CIDownloads
-
v1.2.1
released this 4 years ago | 36 commits to master since this release
Changelog
85155dc
Fixed compiler testsDownloads
-
v1.2.0
released this 4 years ago | 37 commits to master since this release
Changelog
06f8307
Added min() and max() builtins
958cc08
Added sorted() and reversed() builtins
02df179
Fixed typoDownloads