home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / kvik / readme-hoskins < prev   
Encoding:
Text File  |  1995-02-22  |  1.3 KB  |  37 lines  |  [TEXT/MPS ]

  1. kvik - A Kvikkalkul Compiler
  2. ----------------------------
  3.  
  4. Written by Asher Hoskins. (ukrhosk@prl.philips.co.uk)
  5.  
  6. A few weeks ago somebody posted a description of a Swedish military programming
  7. language called Kvikkalkul to alt.folklore.computers. The posting was
  8. probably a troll but I was feeling silly so I decided to write a compiler
  9. for it. The compiler translates the code into C.
  10.  
  11. The start of the original Kvikkalkul news posting contained dire warnings
  12. about what would happen to anyone who was caught in possession of the
  13. information in Sweden - you've been warned! :-)
  14.  
  15. This compiler has so far been tested on a Sun386i running SunOS 4.0.2 and
  16. a SPARCstation IPX running SunOS 4.1.3_U1, I've no idea whether it'll run
  17. on anything else, let me know if there are any hacks necessary to compile
  18. it for other systems.
  19.  
  20.  
  21. The directories:
  22.  
  23. kviksrc        Assorted Kvikkalkul source code.
  24. src        The compiler source, look in its README file for information
  25.         on making and running the compiler.
  26. text        Assorted text files. Mostly notes I made during development,
  27.         but includes a list of all standard library routines and the
  28.         two news postings that brought knowledge of kvikkalkul to the
  29.         world (the first of which, 'posting1', is a useful Kvikkalkul
  30.         manual).
  31.  
  32. I haven't found any bugs in this version, but somebody probably will...
  33. If you do could you please mail me?
  34.  
  35. Asher.
  36.  
  37.