home *** CD-ROM | disk | FTP | other *** search
- Short: New powerful programming language v0.12
- Author: Martin Kuchinka
- Uploader: kuchinka@k332.feld.cvut.cz
- Type: dev/e
- Version: 0.12, 4.2.2000
- Replaces: powerd.lha
- Requires: OS3.0,
- PhxAss,
- PhxLnk
-
- It is not a reworked AmigaE, it is completely new programming language,
- which has only similar syntax to AmigaE. Simpliest "hello world" program
- has less then 150 bytes. It is quite memory hungry, but 4 megabytes should
- be enough for larger projects. It can use linked libraries and objects.
- See documentation for more information. It is free.
-
- Currently it may have many bugs and it is not too "fool-proof". If You
- want to be a betatester, please e-mail me, you will be welcomed.
-
- If you found some bugs or you have remainders or suggestions, please
- e-mail me, opinions are also welcome.
-
- I hope You will use and like it.
-
- PS: All help is welcome.
-
- Changes from 0.11:
- - added few new functions
- - removed some bugs in binary modules
- - saved binary modules has now slightly different format
- - added EDEFs and #defines
- - added dmod tool, to show binary modules
- - improved macros, now You can use #ifdef, #ifndef, #else and #endif
- - proprocessor can from now convert: xxx:=.yyy to xxx:=xxx.yyy
- - I rewrote many functions to don't use stack, but registers = shorter and
- faster from powerd.lib
- - local e-strings now works again
- - main code reader routine is rewritten to be faster
- - added many new string extensions
- - removed some enforcer hits
- and much more...
-