Update of /cvsroot/plib/plib/doc/psl
In directory usw-pr-cvs1:/tmp/cvs-serv20459/plib/doc/psl
Modified Files:
appl_guide.html prog_guide.html
Log Message:
Added Bernie Bright's XPlane loader. Fixed some more 'gotcha's in PSL.
Index: appl_guide.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/appl_guide.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- appl_guide.html 15 Sep 2002 01:42:54 -0000 1.6
+++ appl_guide.html 27 Sep 2002 15:45:06 -0000 1.7
@@ -405,6 +405,15 @@
<p>
You can also call <code>pslProgram::dump()</code> to print out
all of the byte-code and the PSL symbol table for the program.
+<H3> Include paths. </H3>
+By default, PSL searches for files with relative pathnames in
+the current directory - but you can override this by setting:
+<pre>
+
+
+ pslScriptPath ( "directory" ) ;
+
+</pre>
<hr>
<address>
<a href="http://www.sjbaker.org">Steve J. Baker.</a> <<a href="mailto:sjb...@ai...">sjb...@ai...</a>></address>
Index: prog_guide.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- prog_guide.html 22 Sep 2002 18:26:56 -0000 1.13
+++ prog_guide.html 27 Sep 2002 15:45:06 -0000 1.14
@@ -123,6 +123,7 @@
The following features are "NOT IMPLEMENTED YET" - but will
hopefully arrive soon:
<ul>
+ <li> Multiple variable definitions like 'int i, j, k ;'
<li> Structs.
<li> '\' to escape the end-of-line character in strings and macro's.
<li> Parameter passing by name.
|