Aleksey Rakov
Aleksey Rakov
done
fixed
fixed in ELENA 6.0.10
The bug is fixed in the upcoming version - 6.0.4.
Closing the ticket. @Ilir-Liburn, please, fill free to reopen it if after the release (somewhen around start of July) if the problem still exists for you
Hi, it will be called - elt-cli.exe Yes, stand-alone executable can use the scripting as well. See for example this tutorial - https://github.com/ELENA-LANG/tutorials/tree/master/ExpressionTree2 . Of course all used classes and...
User-defined grammar will generate the normal codes with classes & symbols and be executed as a normal code. Evaluation of the code in run-time will be able to create the...
- Nullable.ValueOrDefault to returen value or default value - nullable template argument - nullable closure argument
the following advanced syntax should be supported: A { prop X; prop Y; } public program() { var a := new A().set X(2).set Y(3) }