home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / programi / adaed.lzh / Ada / README.Amiga < prev    next >
Encoding:
Text File  |  1992-03-08  |  1.2 KB  |  40 lines

  1. 8 Mar 92
  2.  
  3. INSTALLATION
  4. ------------
  5.  
  6. 1.  You can copy the "Ada" script file to C: or wherever you wish.  It
  7. simply makes the ADA: assignment which is referenced by the compiler
  8. to find Ada:lib.  You should modify the script to point to wherever
  9. you install the binaries.
  10.  
  11. 2. After executing "Ada" you should be able to "cd ada:examples" and
  12. type "hello.script" which should compile and execute.  Several examples
  13. are included, all having ".script" files to compile and execute them.
  14.  
  15.  
  16. MISCELLANEOUS NOTES
  17. -------------------
  18.  
  19. 1.  Only NUMERIC constants supported appear to be FLOAT and INTEGER.
  20.     This shows up as "unsupported kind n" where n=
  21. CONST_OM     0
  22. CONST_INT    1
  23. CONST_REAL   2
  24. CONST_STR    3
  25. CONST_RAT    4
  26. CONST_CONSTRAINT_ERRO 5
  27. CONST_UINT   6
  28. CONST_FIXED  7
  29.  
  30. 2.  PRAGMA INTERFACE does not work yet.
  31.  
  32. 3.  A fairly consistent error shows up as "root arg of null".  Don't
  33. know what it means, but it's consistent across different platforms.
  34. There's a file "test2.ada" in the Examples which demonstrates it.
  35.  
  36. 4.  You can probably slide by with 1.5Meg of memory.  Some of the
  37. examples may require 2Meg.
  38.  
  39. 5.  Ada:lib/predef.ada was modified slightly to include "AMIGA"
  40. system name.