To acquire the source code clone the git repository:
git clone https://github.com/ELENA-LANG/elena-lang.git
You just need Visual Studio 2019 or later. Do not forget to include a path to BIN folder to the system environment PATH.
To build the compiler under VS2019 you have to go to the root folder and type:
recompile19.bat
To build the ELENA libraries type the following command:
rebuild_lib.bat
ELENA Project looks for programmers interested in learning the language and providing feedback.
If you've noticed a bug or have a question go ahead and make one!
You may implement one of the open issues. Push to your fork and submit a pull request.
You may try to implementing some of Rosetta code tasks which are not yet implemented