Skip to content

dmcoles/EVO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0f1f62 · Jul 24, 2024
Jan 29, 2024
Apr 26, 2023
May 2, 2023
Jul 9, 2024
Jun 16, 2023
Jul 4, 2023
Jul 24, 2024
May 2, 2023
Jul 24, 2024
Jul 9, 2024
Jun 28, 2024
Sep 12, 2023
Jul 8, 2024
Jul 9, 2024
Jul 9, 2024
Oct 25, 2023
Jul 9, 2024
Jul 9, 2024

Repository files navigation

E-VO Amiga E Compiler is a derivative of the original Amiga E compiler written by Wouter van Oortmerssen. It adds many new features, bug fixes and optimisations including object UNIONs, string merging, non word-aligned objects and many more.

Changes in E-VO 3.8.1:

  • FindModule: add module version 14 support
  • Showmodule: add module version 14 support
  • fix legacy compile mode so it doesnt include changes in module version 14
  • Fix reaction texteditor tag values in gadgets/texteditor.m

E is an object oriented / procedural / unpure functional higher programming language, mainly influenced by languages such as C++, Ada, Lisp etc. It is a general-purpose programming language, and the Amiga implementation is specifically targeted at programming system applications.

If you want to assemble this code yourself you should use Asm-One or Vasm. The source is all contained within a single source file and requires no additional resources.

The program is released into the public domain for anyone to use however they wish with no restrictions apart from that the E-VO program (or related support programs) should not be sold for profit.

You may use this program to develop any application without restriction however use of this project is entirely at your own risk. I will not accept responsibilty for any issues arising from the use of E-VO.

Darren Coles