A corrective release of the console interpreter and embedded library for the language has taken place. Pluto – an alternative implementation of the Lua 5.4 language with many changes and improvements in syntax, standard library, and interpreter.
Project participants are also developing the library Soup.
Projects are written in C++ and distributed under the MIT license.
Change log:
- a compilation error on the aarch64 architecture has been fixed;
- method calls in ternary expressions (a ? b : c) have been corrected;
- the := operator's operation has been improved with enhanced error messages.
Source: linux.org.ru
