| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| elena-1.7.17.zip | 2013-11-01 | 1.9 MB |
|
| readme.txt | 2013-11-01 | 1.3 kB |
|
| rosetta.zip | 2013-11-01 | 93.3 kB |
|
| Totals: 3 Items | 2.0 MB | 0 | |
Notes:
Summary: ELENA Language Compiler 1.7.17 released
This release contains new enhancements and several bug fixes
The project includes documentation, ELENA standard library source code, samples, command-line compiler, IDE.
Currently only Win32 platform + x86 is supported.
For more information see at http://elenalang.sourceforge.net/
Features:
- Pure polymorphic object oriented language
- "Horizontal" multiple inheritance
- Context dependent roles
- Dynamic "class mutation" ("annex / cast" handler)
- Multiple message dispatch
- Argument signatures
- ELENA Virtual machine (in developing)
- Command line 32-bit compiler
- GUI IDE & Debugger
- Unicode support (utf16)
- Complete source code
- Number of samples, including a card game Up'N'Down (in development)
- Getting started tutorial
- Simple Assembler compiler
- Dynamic Self-Assembling Script engine
- ELENA Virtual Machine Terminal
Changes:
ELC:
[*] some code refactoring to be ready for Linux migration
(all _T macros are removed)
[*] new elena code optimization rules
[-] fixed several critical bugs (branching, jump optimization)
Samples:
[*] gui samples migrated to lib27
LIB:
[*] migration to lib27
SCRIPT:
[*] interpreter migrated to lib27