Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles committed Jul 14, 2022
1 parent e475a2d commit 369b1d9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@ 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.

This version includes all the enhancements that were developed by GRIO
(ogrio at o2.pl) between 1999 and 2003 for his GRIO E Compiler (GEC) plus
some ideas from the creativE and YAEC compilers plus many more of my own
improvements.
This version brings in many of the features from the creativE E compiler and
also adds many new features unique to E-VO as well (see updates.txt for
complete change list).

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.

In 2021 I decided to switch to GEC for one of my projects and made some
additional bug fixes and improvements including a CONT loop continue,
ANDALSO and ORELSE operators that provide short circuit evaluation and
displaying line numbers of unused variables/procedures.

If you want to assemble this code yourself you should use Asm-One. The
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.

Expand Down

0 comments on commit 369b1d9

Please sign in to comment.