Skip to content

ELENA 3.0.1

Compare
Choose a tag to compare
@arakov arakov released this 21 Mar 09:05
· 3630 commits to develop since this release

A point release of ELENA programming language is available : 3.0.1

What's new:

  • ELENA
    • (re)introducing field templates
    • (re)introducing auto-generated local / field attributes
    • #294 : built-in variable refactoring (this and owner are no longer in use)
  • ELC
    • a lot of critical bug fixes
  • LIB
    • new system'intarrayOp extension
    • new system'intmnatrixOp extension
    • new extensions'convertorOp.toIntArray, extensions'convertorOp.toIntMatrix operations
    • a lot of critical bug fixes
  • Samples
    • conway's game of life
    • a lot of bug fixes