16.Jun.2002
ANN
|
Programming Language: PowerD V0.19 alpha7
On 16th June 2002, Martin Kuchinka published version 0.19 alpha 7 of his
programming language "PowerD".
This version contains an number of bugfixes. A debugger has been added.
The following changes have come into effect since the previous version:
- added a ddbg tool to debug Your sources
- fixed assembler error when EXCEPTDO without Raise() occured in ppc code generator
- fixed eight enforcer hits
- when compiling a library, the library is placed in source's directory
- a bit fixed line statement in error reporting
- prohibited JUMPing to another procedure
- renumbered warnings, now starts with 900
- fixed IF <constant> for ppc
- fixed some structure scanning, added new error messages
- debug file do at last support (not yet finished) debugger :)
- END do now check, if allocation (NEW) was successful
- added error message, when SUB is called and not found
- fixed [~CONST]:x (CONSTants with single operators in lists)
- and much much more
This publication is a very early alpha version. Please send references to
errors, suggestions and ideas to kuchinka@volny.cz.
The compiler runs from AmigaOS V3.0, CPU 68EC020, 4MB RAM and 3-4 MB free space
on the hard disk. The compiler itself doesn't require an FPU. The generated
programs, however, will require an FPU if they use floats.
The PPC binaries run with powerpc.library.
Apart from the compiler, "phxass" and "phxlnk" will be needed for generating
68K code, as well as "pasm" and "vlink" for PPC code.
These programs can be found on the homepage of Frank Wille.
Download: alpha.lzx (259K),
Readme
(sd) (Translation: cb)
[News message: 16. Jun. 2002, 23:12] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|