-
-
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
elt crash #553
Comments
Thanks. I will check |
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 |
Hello, what is equivalent to elt (Virtual machine console) in upcoming version? Can compiled and linked code use eval (is it possible outside the VM)? |
Hi, 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 messages should be declared. The simplest code can look like this:
Of course, there are things to work on. For example the extensions are not yet supported, I'm working on it. Currently it is done only for windows x86. With time I will migrate it to all remaining platforms ELENA will support the user-defined grammar for source files as well. |
Thanks, first one is about user defined scripts, second is about executing Elena code, right? If yes, can eval create classes/methods, functions, etc? |
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 classes as well (in ELENA, a function is a special case of a class). |
Hello,
while running elt, I entered exit command (my habit) causing crash, e.g. starting debugger in postmortem mode.
The text was updated successfully, but these errors were encountered: