ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
227 stars 23 forks source link

VSCode extension to run / debug ELENA program #658

Open arakov opened 1 month ago

arakov commented 1 month ago

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

arakov commented 1 month ago

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