-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support enumeration list #265
Labels
Milestone
Comments
arakov
added
Design Idea
New language feature
Feature request
New language feature
labels
Aug 5, 2016
A special template might be introduced - enum
will look in ELENA:
|
arakov
added a commit
that referenced
this issue
Sep 26, 2016
arakov
added a commit
that referenced
this issue
Jul 2, 2024
arakov
added a commit
that referenced
this issue
Jul 4, 2024
[ADDED] #265 : Support enumeration list
arakov
added a commit
that referenced
this issue
Jul 4, 2024
Implemented in ELENA 6.2.1 |
Merged
arakov
added a commit
that referenced
this issue
Jul 9, 2024
* [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
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enumeration list (set of named constants) should be supported.
The proposed syntax:
The text was updated successfully, but these errors were encountered: