Skip to content

ELENA 1.9.20

Compare
Choose a tag to compare
@arakov arakov released this 30 Jul 19:06
· 4989 commits to master since this release

The latest build is promoted.

What's new:

  • ELC
    • issue #15 fixed
  • LIB30
    • sqlite: supports float and blob fields
    • extensions'dynamic : scriptEngine
    • system'text'UT8Encoding : toLiteral&int&int&bytearray
  • ElenaScript
    • script engine is again operational
    • refactored / syntax modified
    • local variables are supported
    • structures are supported
    • functions are supported
    • EvaluateFile / InterpretFile: "~" indicates relative to elena bin folder
  • Samples
    • calc
    • sqlite_test - a first ELENA database example
    • rosetta samples ackermann, addfield, accumulator are migrated to Linux