-
-
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
VSCode extension to run / debug ELENA program #658
Labels
Feature request
New language feature
Milestone
Comments
This ticket will tract all the changes in ELENA Project to add a support for VSCode. The new repo is created - https://github.com/ELENA-LANG/vscode-elena-lang It will contain the main body |
arakov
added a commit
that referenced
this issue
Jul 9, 2024
arakov
added a commit
that referenced
this issue
Jul 9, 2024
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
arakov
added a commit
that referenced
this issue
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
There is a request to add support for ELENA to Visual Studio Code
Describe the solution you'd like
The compiler / debugger extensions must be created
The text was updated successfully, but these errors were encountered: