Short: Draco source code Author: cg@ami-cg.graysage.com (Chris Gray) Uploader: amigansoftware gmail com (James Jacobs) Type: dev/lang Version: 1.3 Architecture: generic This the source code for the Draco programming language. It is itself written in Draco. The other relevant packages are: http://aminet.net/dev/lang/Draco.lha (executable) http://aminet.net/misc/fish/fish-0077.lha (documentation) This is just the Amiga compiler - no runtime libraries, Amiga header files, linker, etc. My vague memory says that I was messing with the peephole optimizer as the last thing, so there might be some issues there. No, there isn't any documentation - sorry. One thing I'll point out is that part of its heritage from the CP/M system is trying hard to reduce the amount of space needed. So, there is only one symbol table, that contains the keywords at the end of it (with their letters reversed), and user symbols start at the bottom and grow upwards in the same table. Lots of hacks. Have fun! :-) Chris Gray The relevant URL for this software is: http://www.graysage.com/cg/Compilers/