Releases: objeck/objeck-lang
Releases · objeck/objeck-lang
v4.0.0
Native 64-bit Windows support. Significant performance enhancements to the VM.
Highlights of this release include the following:
- Native 64-bit Windows support (new)
- Rearchitected JIT compilers for all platforms (new)
- Improved garage collection (new)
- Minor bug fixes (bugs/minor)
v3.5.8
Enhancements and minor bug fixes.
Highlights of this release include the following:
- Revamped code examples (new)
- Simplified the layout of files and directories (new)
- Modified "FileReader->ReadString()" to handle different platform newline differences (bug/minor)
- Fixed a compiler contextual check for certain types of method calls (bug/minor)
v3.5.3
Bug fixes and minor improvements.
Highlights of this release include the following:
- Fixed a compiler method inlining bug in the code optimizer (bug/med)
- Addressed a minor register allocation issue in the AMD64 JIT compiler (bug/low)
- Updates to the HttpClient and HttpsClient classes (new)
- Added 'GetCert' method to the TCPSecureSocket and HttpsClient classes (new)
v3.5.1
v3.3.14
v3.3.12
v3.3.11
Highlights of this release include the following:
- Support for named constants using the "consts" keyword (new)
- Added "IsUpper" and "IsLower" methods to the Character class (new)
- Addressed a compiler bug that allowed objects to be casted as Int�'s (bug/high)
- Fixed an issue with compound "not" expressions (bug/medium)
v3.3.10
Minor updates and bug fixes.
Highlights of this release include the following:
- Support for named constants using the "consts" keyword (new)
- Added "IsUpper" and "IsLower" methods to the Character class (new)
- Fixed an issue with compound "not" expressions (bug/medium)
v3.3.9
v3.3.8-2
Minor updates and bug fixes.
Highlights of this release include the following:
- Added support for bodiless �while� loops (new)
- Addressed an issue with Vector copy constructors (bug/high)
- Fixed a bug related to unary conditional expressions in loops (bug/med)