Release 0.14.0
Release 0.14.0
Change log
This is the change log from 0.12.0
- Add constant folding into the compiler #321
- Change many uses of copyString to takeString #322
- Bug fix for
__file__
variable when in a local scope #324 - Update
Socket.accept()
to return new socket connection and connecting IP #325 - Add base64 library #326
- Multitude of bug fixes #327
- Restructure the entire project (drop makefile support) #330
- Create a new internal abstract type to better allow external modules #334
- Add hashlib library #335
- Imports are now relative to the file location rather than where the process is started #336
- Add optional chaining operator #338
- Add SQLite library #339