home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / YAEC / docs / yaec.readme < prev   
Encoding:
Text File  |  2001-02-23  |  2.4 KB  |  95 lines

  1. short: yaec - Yet Another E Compiler [1.4a]
  2. uploader: amigae@swipnet.se
  3. author: amigae@swipnet.se
  4. type: dev/e
  5. requires: compiler : v37+, 68k, PhxAss (dev/asm/), PhxLnk (dev/asm/)
  6. requires: exes     : v40+, 020+, 881
  7.  
  8.  
  9.             *---------------------------------*
  10.             |                                 |
  11.             |          YAEC 1.4a              |
  12.             |     Yet Another E Compiler      |
  13.             |  By Leif Salomonsson 2000-2001  |
  14.             |                                 |
  15.             *---------------------------------*
  16.  
  17.  
  18.  
  19.  
  20.           Version history
  21.       ______________ _ _ _ _
  22.  
  23. _________________________________________
  24.  
  25. 1.1b: (Dec 2000) First public release
  26. _________________________________________
  27.  
  28. _________________________________________
  29.  
  30. 1.2b: (Jan 1 2001) Second public release
  31. _________________________________________
  32.  
  33.    o Fixed some archiveing errors.
  34.  
  35.    o Methods returned crap.
  36.  
  37. _________________________________________
  38.  
  39. 1.3b: (Jan 21 2001)
  40. _________________________________________
  41.  
  42.    o Added AGuide documentation.
  43.  
  44.    o SetStdRast() was missing.
  45.  
  46.    o Enabled 68881/2 fpu-asm    (Martin Kuchinka)
  47.  
  48.    o Added Amigalib support. -> amigalib.ext
  49.  
  50.    o Improved NEW, objectptr[] still missing.
  51.  
  52.    o Added END keyword.
  53.  
  54. _________________________________________
  55.  
  56. 1.4a: (Feb 23 2001) Third public release.
  57. _________________________________________
  58.  
  59.    o Extended the type-system. (not fully documented yet)
  60.  
  61.    o NEW/END/++/-- fully implemented.
  62.  
  63.    o Added AFD-Copyright Notice.
  64.  
  65.    o YAEC is now SHAREWARE.
  66.  
  67.    o Fixed NILCHECK and added PTRCHECK cli-args.
  68.  
  69.    o Compiling LINKOBJ now automatically creates .ext file.
  70.      (this means its usable now :))
  71.  
  72.    o LIBRARY/DEVICE mode !
  73.  
  74.    o Fixed a nasty bug in externs that could cause crashes
  75.      in some executables.
  76.  
  77.    o Fixed arguments to procedures so they are evaluated
  78.      in the same way they are on ec3.3a, that is from
  79.      left to right! some programs should work beter now! :)
  80.  
  81.    o Fixed SELECT statement so it accepts "x OF y".
  82.  
  83.    o Amigalib support gone again.. :(
  84.  
  85.  
  86. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  87. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  88. It is SHAREWARE as defined in paragraph 4s.
  89. For more information please read "AFD-COPYRIGHT" (Version 1.4 or higher).
  90. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  91.  
  92. Leif
  93.  
  94.  
  95.