-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ADDED] new template extensions'dynamic'Serializer<T> * [FIXED] String#class.copy[4] * fixing string.copy constructor * [FIXED]function attribute is allowed for the function declaration * [FIXED] template generation routines * [FIXED] include opcode must restore previous frame value * [FIXED] JIT code resolving * fixing elenavm code * [ADDED] key-value expression * #265 : working on enumeration template * [FIXED] private constructor must be called directly * adding a new unit test * [FIXED] accessing static fields inside a structure * [ADDED] #265 : Support enumeration list * [ADDED] new operator $size * fixing x86-64 routines * [FIXED]ppc64le : decoratorTest() * [ADDED] #658 : new project LDBG - ELENA Debugger Adapter
- Loading branch information
Showing
69 changed files
with
1,551 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
## ELENA 6.3.0 | ||
|
||
## ELENA 6.2.0 | ||
*25.06.2024* | ||
|
||
- ELC | ||
- [ADDED] optimized ternary expressions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.2.0 | ||
6.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1672,7 +1672,7 @@ end | |
// ; savesi | ||
inline %0A2h | ||
|
||
stw r14, __arg16_1(r1) | ||
std r14, __arg16_1(r1) | ||
|
||
end | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: elena-lang | ||
Version: 6.2.0 | ||
Version: 6.2.1 | ||
Architecture: aarch64 | ||
Maintainer: Alex Rakov <[email protected]> | ||
Depends: libc6 (>= 2.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: elena-lang | ||
Version: 6.2.0 | ||
Version: 6.2.1 | ||
Architecture: amd64 | ||
Maintainer: Alex Rakov <[email protected]> | ||
Depends: libc6 (>= 2.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: elena-lang | ||
Version: 6.2.0 | ||
Version: 6.2.1 | ||
Architecture: i386 | ||
Maintainer: Alex Rakov <[email protected]> | ||
Depends: libc6 (>= 2.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: elena-lang | ||
Version: 6.2.0 | ||
Version: 6.2.1 | ||
Architecture: ppc64le | ||
Maintainer: Alex Rakov <[email protected]> | ||
Depends: libc6 (>= 2.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.