README.txt 799 B

123456789101112131415161718192021222324252627
  1. This package contains an interface unit to the libSEE library.
  2. SEE = Simple ECMAScript Engine
  3. libSEE is a library that executes Javascript code, and is written by David Leonard.
  4. The library itself must be obtained separately from
  5. http://www.adaptive-enterprises.com.au/~d/software/see/
  6. The library tarball contains installation instructions.
  7. Make sure you compile it with Garbage collection.
  8. the libsee unit was generated from the header files of version 3.1 of
  9. libsee. Note that all type names have been prepended with T. That means
  10. that the C struct
  11. SEE_interpreter
  12. becomes
  13. TSEE_interpreter
  14. in pascal.
  15. The examples directory contains some examples of what can be done
  16. with libsee, including how to integrate Object Pascal objects in the
  17. Javascript runtime environment.
  18. Enjoy,
  19. Michael.