Update of /cvsroot/plib/plib/doc/psl
In directory sc8-pr-cvs1:/tmp/cvs-serv5328/plib/doc/psl
Modified Files:
index.html
Log Message:
Fixed minor bugs all over, added Screen Dump command to ssgAux.
Index: index.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.html 13 Sep 2002 22:45:07 -0000 1.4
+++ index.html 27 Jun 2003 08:15:15 -0000 1.5
@@ -38,6 +38,9 @@
<li><a href="prog_guide.html">The PSL Programmers Guide.</a>
-- If you are writing scripts for a PSL-enabled application, then you'll
only need to read the Programmer's Guide.
+<li><a href="impl_guide.html">The PSL Implementation Guide.</a>
+-- Explains some of PSL's internals, especially, the byte-code
+virtual machine.
</ul>
<p>
Each application can extend PSL by providing additional built-in
|